Zend Server Question: Download Zend PDF

Do you know what are the elements used in customizing the output of using the standard decorators?

Tweet Share WhatsApp

Answer:

The elements used by the decorator to be used in the application are as follows:

- ViewHelper: It allows the replacement of the content that is being provided.

- Errors: It provides appending of the content.

- HtmlTag (
): It provides the wrapping up of the content and decreasing the length of the code.

- Label: labels are used with the wrapping of the code using the tag
.

The form objects are also involved in it and are as follows:

- FormElements: are used to iterate the elements, display groups, and sub-forms that are used to render the elements used above.

Download Zend PDF Read All 20 Zend Questions
Previous QuestionNext Question
Tell me what are the basic operations performed by the Decorator?Explain what are the default methods provided by decorators?