How to access route, post, get etc. Parameters in zend framework 2?
Answer Posted / 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 |
Post New Answer View All Answers