Explain what is being presented by the decorators?
Answer / Chandra Bhushan Singh
Decorators in Zend Framework are used to add additional behavior to an object without modifying its original class. They can be thought of as wrappers that encapsulate the wrapped object and provide extra functionality.nnFor example, you might use a decorator to log every method call on an object, or to apply some formatting to data before it's outputted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what are the ways in which the file can be detected as being uploaded or not?
How to disable zend layout from controller for ajax call only?
What new in zend framework 3.0?
How to print exact sql query in zend framework ?
Why can’t zend_form render my file element without errors?
Which class extend the zend controller? Zend_controller_action
Where we set configuration in zend framework?
What is zend framework in php?
How to check whether form posted or not in zend framework?
Does zend support php 4? Explain
What do you mean by service manager in zend framework 2?
What are the important component of zend framework?