Zend Server Question: Download Zend PDF

Explain what are the default methods provided by decorators?

Tweet Share WhatsApp

Answer:

- Decorators are used in the application to provide the functionality and make elements to work.

- The decorators being provided as default are as follows:

- ViewHelper: is a method that allows the viewing of the helper files used.
It allows the replacement of the content that is being provided.

- Errors: provide the error codes and messages that came during the execution of the application. It provides appending of the content.

- HTMLTag: that allows the tags to be written by using the parameters and attributes.
It provides the wrapping up of the content and decreasing the length of the code.

- Labels: are used to provide the informative keywords as it provides prepending of the content that is being provided.

Download Zend PDF Read All 20 Zend Questions
Previous QuestionNext Question
Do you know what are the elements used in customizing the output of using the standard decorators?Please write down a program to show the execution of the application?