I have a pageArray "$p" - that contains 10 pages; how can i get any particular attribute from each one without formally setting up a foreach/iteration over the 'set'.
something like
$p = $pageArray->getField('id');
... where it would return all the id's of all child pages / pages within the pageArray?
I'm sure this already exists. thanks!