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 |
How to get all post data in zend framework?
How to create model file in zend framework?
Is zf a component library or a framework?
How to display zend_form_element_radio on one line ?
How to protect your website from sql injection in zend using select query?
Configuration in zend framework, application.ini file?
Writing a subquery using zend db?
Write a program that performs the calculations using the sql function?
Difference between javascript ajax request vs jquery $.ajax?
How to create object of model?
What is front controller in zend framework?
How to call two different views from same action?