Image gallery and thumbnail generator for CakePHP
Viktor Nagy has written a tutorial about creating an image gallery with CakePHP. You can see this image gallery in action on this site: http://www.rajk.uni-corvinus.hu/~nagyv/index.php/fenykepek/index/koltozes.
The most useful part of this tutorial is in my opinion the thumbnail generator component which you can use without the image gallery.




[...] Image gallery and thumbnail generator for CakePHP: [...]
Renders and functions pretty poorly in Safari. Poorly enough to be useless, actually. Probably be better to start from scratch and perhaps use a good thumbnail class from PHP Classes as a starting point.
Something like phpthumbnailer
the tutorial has vanished. any idea where to?
@Luke: You can access the tutorial via http://www.archive.org/
It doesn’t show up in a search on that site?
@Luke: http://web.archive.org/web/*/http://wiki.cakephp.org/tutorials:image_gallery_2
Hm, it seems Wordpress doesn’t like that link :| Just copy the entire string.
thanks. For others, the link is http://web.archive.org/web/20060427223358/http://wiki.cakephp.org/tutorials:image_gallery_2
all the old wiki tutorials are there too - disco!
Anybody can give me the solution for thumbnail in cakephp1.2 as I have tried all scripts of cakephp 1.1 in 1.2 but it doesn’t work
@Pravin: Maybe this article will help you: http://www.ad7six.com/MiBlog/Blogs/view/GenericFileUploadBehavior
HTH