How can I add extra html (such as a link) to my form element?
Answer / Guarav Kumar
To add extra HTML elements, such as links, to your Zend Form, you can create custom decorators. In the decorator, you can modify the generated HTML by extending the default decorators and using PHP to generate additional elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which class extend the zend model? Zend_db_table_abstract
How to check request is ajax in zend framework?
How to install zend framework on windows?
What is routing and how it's work?
How we can redirect to another page from controller in zend framework?
What does autoloader in zend framework?
Explain what is the difference between zend_auth and zend_acl?
Explain how routing works?
What new in zend framework 2.0?
How to connect to the mysql database in zend framework2?
Explain filters in zend framework with examples?
How to set 'selected' value in select box dropdown list?