View Single Post
  #7 (permalink)  
Old 06-09-2008, 04:22 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default

Yes, to access one array of all of the GET parameters, you can do

PHP Code:
$this->_request->getParams(); 
try
PHP Code:
<pre>
<?php print_r($this->_request->getParams()); ?>
</pre>
and see what you get!
Reply With Quote