What are the basic operations performed by the decorator?
Answer / Muhammad Sirajuddin
Decorators in Zend Framework are used for extending the functionality of existing classes. They provide a way to modify or extend the behavior of other classes without modifying their source code. The basic operation performed by a decorator is wrapping an object (class) and adding or altering its behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does zend framework support php 7?
Explain the difference between zend 2 & zend 3?
How can I customize the appearance of forms generated by zend_form?
How to call two different views from same action?
How we can do multiple column ordering in zend framework?
How to check request is ajax in zend framework?
What are the features of mvc in zend framework?
I want to use a sql function or perform calculations in a statement I'm generating with zend_db_select. How can I do this?
What do you mean by service manager in zend framework 2?
What is zend framework in php?
What are naming convention for php file?
What is routing and how it's work?