How to get variable value from getting in zend framework?



How to get variable value from getting in zend framework?..

Answer / 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

More Zend Interview Questions

What is this "username" I have to submit with my cla, and why do I have to submit it?

1 Answers  


How to install zend framework on windows?

1 Answers  


What is routing and how it's work?

1 Answers  


Difference between zend_registry and zend_session?

1 Answers  


How to protect your site from sql injection in zend when using select query?

1 Answers  


What is inflection?

1 Answers  


Write a program to show the execution of the application?

1 Answers  


How to disable layout from controller?

1 Answers  


How we can redirect to another page from controller in zend framework?

1 Answers  


Can you explain what is the difference between zend_auth and zend_acl?

1 Answers  


What do you mean by service manager in zf2?

1 Answers  


How to fetch last inserted id, fetch all record,find and fetch a single record.

1 Answers  


Categories