02-12-2009

Zend Framework Retrieve request params

To get the request parameters in a Zend framework controller action you can use:

$request = $this->getRequest()->getParams();

Comments:

Your comment:

»

 

[x]