Outputting values from page list object
Permalink
Hello,
I am using the page list object to pull through pages. I appear to have them in an array, but can understand how to get them out..
Please can someone shed some light..?
I am using the page list object to pull through pages. I appear to have them in an array, but can understand how to get them out..
Please can someone shed some light..?
Each items in the array is a Page Object, so you can access to his property as that :
$value->getCollectionID();
$value->getCollectionName();
...