To get the request parameters in a Zend framework controller action you can use:
$request = $this->getRequest()->getParams();