[eluser]clip[/eluser]
[quote author="xwero" date="1234369616"]I find the pagination in the detail view a bit too complicated. I understand you don't want a long row of thumbnails but why not add a previous and next link on the sides of the tumbnails. Having a full blown pagination for the thumbnails seems a bit overkill. You could do the same on both sides of the full image which makes the interface consistent.
I glanced over the library code and i saw you use
Code:
$CI =& get_instance();
in a lot of your methods, why not create a private variable to make the CI instance a class global.[/quote]
I agree with you on everything actually lol. I had planned to "dumb down the pagination" and add the arrows to each side of the full image. This is in the plans for the next release.
As far as the $CI get_instance()... well good question and I guess the only response I can give you is I really didn't think about it even though i should have. I originally intended for this to basicly read a dir and output a set of images with links to full image and it kinda went beyond that. I will implement that in the next revision. Thanks for the suggestions.