2010
01.16
01.16
If you want to print all the request parameters of a request here is how you can do it.
The following call returns and array of parameters.
$this->getRequest()->getParameterHolder()->getAll();
Findings, Tips & Tricks
If you want to print all the request parameters of a request here is how you can do it.
The following call returns and array of parameters.
$this->getRequest()->getParameterHolder()->getAll();
No Comment.
Add Your Comment