Search code examples
phpzend-frameworkzend-view

Does zend have an image view helper


I could type the html for an image in my view

<img src="">

but was wondering if zend has an image view helper like it has with urls.


Solution

  • No it does not. It has TinySrc view helper though, so you could use it if you really want. There are also custom made image helpers, e.g. Image view helper for Zend Framework