<?php $collection = $this->getPosts(); foreach($collection as $title) { $posttitle[] = $title['title']; } print_r(posttitle);
Categories: Magento
<?php $collection = $this->getPosts(); foreach($collection as $title) { $posttitle[] = $title['title']; } print_r(posttitle);
0 Comments