Thread Starter
imanc
(@imanc)
Thank you, now I understand how the plugin works. As reference, with the following code I get all images of the gallery with id=1
$gallery_id = 1;
$gallery_mapper = C_Gallery_Mapper::get_instance();
$gallery = $gallery_mapper->find($gallery_id, TRUE);
var_dump($gallery->get_images());
-
This reply was modified 9 years, 2 months ago by imanc.
-
This reply was modified 9 years, 2 months ago by imanc.
Thread Starter
imanc
(@imanc)
Sorry, my mistake,
for some reasons the plugin js files were not included in the header.