(array) get_photos($max=0, $start=0) deprecated
Arguments
(int) | $max | Maximum number of pphoto's to return. |
(int) | $start | Offset or the number of pphoto's to skip. |
This method returns an array of pphoto objects in this photobook.
This method is deprecated. You can just as easily use find() instead. e.g.
<pinp>
$list = find("object.implements='pphoto' ".
" and object.parent='".$path."'", "system.get.phtml");
</pinp>