Is there any SIMPLE way to add some HTML code after or before an element?

What exactly do you want?
For example, there is a description you can add. The description can include a link.

If not, I find it stupid... simply because most developers need a standard decorator for that.

Standard decorators are also View-Script and Callback (very easy with PHP 5.3).

Or you can use overloading in your view script:

<?= $this->form->name->renderLabel() ?>
<?= $this->form->name->renderViewHelper() ?>

Or, once you create a decorator which uses the “formNote“-View-Helper. http://framework.zend.com/issues/browse/ZF-10205


There are so many options!

Reply via email to