Tell me what are the basic operations performed by the decorator?
Answer / Bhupesh Kumar Gautam
Decorators in Zend Framework can perform a variety of operations, but here are some basic ones:nn- Adding functionality: Decorators can add new methods or properties to an object.n- Modifying behavior: Decorators can alter the way an object behaves by intercepting method calls or modifying property values.n- Logging: Decorators can be used to log every method call, error, or other event that occurs on an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why are in-built libraries used for the web services?
how do you protect your site from sql injection in zend when using select query?
What are the basic operations performed by the decorator?
How to install zend 2 using composer?
What is front controller in zend framework?
What is the minimum php version required to run zend framework 2?
What is the difference between zend framework and laravel?
Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode?
What do you mean by service manager in zend framework 2?
Why zend framework?
Does zend framework support php 7?
How to change the view render file from controller?