How to get variable value from getting in zend framework?
Answer Posted / Awanish Kumar
In Zend Framework, you can access GET variables using the $this->getRequest()->getParam('variable_name') method inside a controller. Replace 'variable_name' with the name of your GET variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers