Welcome Guest, Not a member yet? Register   Sign In
pagination, counting the number of images in the folder
#1

[eluser]london77[/eluser]
Hi

I was trying to create a image gallery with CI, I did a successful creation but unfortunately i cannot create pagination.

Is there any way of creating pagination using folder instead of database?

thanks in advance
#2

[eluser]InsiteFX[/eluser]
Pagination can be used for anything it has no code for database it just takes the offset etc.

You would need to create your own method like a the one passed in for the database offset etc but for your images. The offset would be like the offset in to an array of images and the limit how many you want displayed.

./system/libraries/Pagination.php

You will see their is no database code in it.




Theme © iAndrew 2016 - Forum software by © MyBB