bobcfrog
unread,Jul 8, 2008, 10:48:14 AM7/8/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Php Object Generator
Hello,
I am stuck please help!
I can retrieve a childlist just fine with
$photoList = $tour->GetPhotosList();
However, I need the results sorted by a field, let's say the field is
called "foo"
I can't figure out how to call the function and have the results
sorted...
I've tried...
$photoList = $tour->GetPhotosList("","foo");
$photoList = $tour->GetPhotosList(null,"foo");
$photoList = $tour->GetPhotosList(array(),"foo");
These all return:"Warning: mysql_fetch_assoc(): supplied argument is
not a valid MySQL result resource in /home/prome6/public_html/prt/
objects/class.database.php on line 42"
Any help would be greatly appreciated!
POG is awesome!