The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
Comments
`
$searchobject = new SearchEngine();
$searchstring=Array("homepage");
$homepages=$searchobject->searchFieldsAndTags($searchstring, "zenpage_pages", "tags");
foreach($homepages as $homepage) {
zenpage_setup_page($homepage[titlelink]);
`
etc.
So the question is probably closed. Is it the best way to do it or I missed something here?
Thanks
`
$page = new ZenpagePage($homepage[titlelink]);
$page->getTitleLink();
`
for the following list stuff. )
in fact I think for my purposes I don't even need to create page object
Now that the method is protected and that solution stopped working, is there a way to generate a search inside some pages?
Thanks,
Alexey