Load all galleries belonging to a specific album
-
Hi there.
I use NextGen Gallery to store and organize my pictures, but not to directly display them.
I have my own set of functions that pick informations from the database and display them in my web page.I need to know (if possible, off course!) if there’s a way to load all gallery IDs, having the album ID.
Just to make things clearer, I want to realize a function like this one:
function get_galleries_from_album($album_id){
$sql = “select * from <somewhere> where album_id = <$album_id>”;
…
…
}Is that possible, or it’s a developer secret?
thank you
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Load all galleries belonging to a specific album’ is closed to new replies.