How to access route, post, get etc. Parameters in zend framework 2?
Answer / Shyam
In ZF2, you can access the parameters using the $this->params() method from within a controller action. Routes and their corresponding parameters are defined in module.config.php.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by service manager in zf2?
How can I add extra html (such as a link) to my form element?
How do I use viewscripts on zend_form file elements?
How to write a program to retrieve the view object within plugin?
How to access route, post, get etc. Parameters in zend framework 2?
What are plugins in the zend framework?
Tell me what are the ways in which the file can be detected as being uploaded or not?
How to install zend 2 using composer?
What new in zend framework 2.0?
Tell me what are the steps kept in mind while designing the zend_form?
What is the use of bootstrap?
Can we call a model in view?