PHP Code for number of total images in gallery?

Phoca Gallery - image gallery extension
justingbauer
Phoca Member
Phoca Member
Posts: 16
Joined: 23 Oct 2009, 03:55

PHP Code for number of total images in gallery?

Post by justingbauer »

Hi, i want to add some php code to my joomla template that echos the total number of images in my phoca gallery. is this possible? if so does anyone know what php code i could use to accomplish this?

Justin
justingbauer
Phoca Member
Phoca Member
Posts: 16
Joined: 23 Oct 2009, 03:55

Re: PHP Code for number of total images in gallery?

Post by justingbauer »

any hints or guesses would be welcome. echo $total images?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PHP Code for number of total images in gallery?

Post by Jan »

Hi, I think you then need to load all the sql query - to ask the phoca gallery table how many images it has, then to output it - this can be run then everywere.

Jan
If you find Phoca extensions useful, please support the project
justingbauer
Phoca Member
Phoca Member
Posts: 16
Joined: 23 Oct 2009, 03:55

Re: PHP Code for number of total images in gallery?

Post by justingbauer »

I hope this will be useful to other people. I tough myself how to create the code to accomplish this task. I posted the instructions and the code on my web site. Enjoy :)

http://jbauer.ca/index.php/programming- ... ca-gallery
Post Reply