List the default methods provided by decorators in the Zend framework?

devquora
devquora

Posted On: Feb 22, 2018

 

Decorators are utilized as a part of the application to give the functionality and make components to work.The default methods, which are provided by decorators in the Zend framework, are as follows:

  • View Helper: is a strategy that permits the review of the helper files utilized. It permits the replacement of the substance that is being given.
  • Errors: give the error codes and messages that came during the execution of the application. It gives attaching of the substance.
  • HTML Tag: that 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: are utilized to give the informative keywords as it gives pre-pending of the substance that is being given.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Zend Framework Interview Questions

    What is Zend Framework? What is the use of it?

    The Zend framework is an open source structure for creating object-oriented web applications using PHP 5. The main pur..

    Zend Framework Interview Questions

    Which version of PHP does Zend Framework require?

    Zend Framework requires PHP 5.2.4 and up. Zend framework is enhanced to utilize all of the object-oriented features of..

    Zend Framework Interview Questions

    How to check whether a form posted or not in the Zend framework?

    We can check whether a form is posted or not in Zend Framework in major two ways-: Process the form submission and st..