Skip to main content
deleted 82 characters in body
Source Link
Denish Vachhani
  • 4.6k
  • 3
  • 17
  • 47

you can use $collection->getData();

getData() is used to get actual data.

get values by

foreach ($wardrobe_ids as $item){ echo $wishlist = $item[wishlist_id]; } 

I hope this will help you.

you can use $collection->getData();

getData() is used to get actual data.

get values by

foreach ($wardrobe_ids as $item){ echo $wishlist = $item[wishlist_id]; } 

I hope this will help you.

get values by

foreach ($wardrobe_ids as $item){ echo $wishlist = $item[wishlist_id]; } 

I hope this will help you.

added 114 characters in body
Source Link
Denish Vachhani
  • 4.6k
  • 3
  • 17
  • 47

you can use $collection->getData();

getData() is used to get actual data.

get values by

foreach ($wardrobe_ids as $item){ echo $wishlist = $item[wishlist_id]; } 

I hope this will help you.

you can use $collection->getData();

getData() is used to get actual data.

I hope this will help you.

you can use $collection->getData();

getData() is used to get actual data.

get values by

foreach ($wardrobe_ids as $item){ echo $wishlist = $item[wishlist_id]; } 

I hope this will help you.

deleted 3 characters in body
Source Link
7ochem
  • 7.6k
  • 16
  • 54
  • 82

you can use

$collection->getData(); $collection->getData();

getData()getData() is used to get actual data.

I hope this will help you. I hope this will help you.

you can use

$collection->getData();

getData() is used to get actual data.

I hope this will help you.

you can use $collection->getData();

getData() is used to get actual data.

I hope this will help you.

Source Link
Denish Vachhani
  • 4.6k
  • 3
  • 17
  • 47
Loading