
Image thumbnail view helper for Zend Framework
by Cameron
I've just released a generic view helper for Zend Framework that generates thumbnails using PHP's internal image resizing functionality. It is based upon the code developed by S. Mohammed Alsharaf at http://www.zfsnippets.com/snippets/view/id/44. It's basically zero config, I've made it smart enough to be able to automatically thumbnail basically any image passed to it without worrying too much about paths and the like, and it should be straightforward to work in a lightbox as well. The only thing you have to do is define your thumbnail size presets and it's good to go.

Post new comment