Archiv der Kategorie ‘Zend Framework‘

Zend Framework: View Helper to Render any HTML tag

Mittwoch, den 24. März 2010

Sometimes you might want to render a HTML tag with a lot of dynamic attributes in a view, of you need to create an HTML Element somewhere else were it is unlikely to use HTML with inline <?php tags. I created a view helper that just takes an array of the attributes and returns the [...]