Google News
logo
Zend framework - Interview Questions
What are the default methods provided by decorators in the Zend framework?
Decorators are utilized as a part of the application to give the functionality and make components work. The default methods, which are provided by decorators in the Zend framework, are as follows :
 
View Helper : It is a strategy that permits the review of the helper files utilized. It permits the replacement of the substance that is being given.

Errors : It gives the error codes and messages that came during the execution of the application. It gives attaching of the substance.

HTML Tag : It enables the labels to be written by utilizing the parameters and attributes. It gives the wrapping up of the substance and decreasing the length of the code.

Labels : Labels are utilized to give the informative keywords as it gives pre-pending of the substance that is being given.
Advertisement