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 |
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 two colons mean in php?
What are the features of zend framework?
How to include css in zend framework?
How to disable layout from controller?
Write a program that performs the calculations using the sql function?
How to disable zend layout from controller for ajax call only?
How to fetch last inserted id, fetch all record and fetch a single record?
How to render zf2 view within json response?
How do you set module name, controller name, and action name in zend framework?
What are the default methods provided by decorators?
How to include css from controller and view in zend