View Single Post
  #8 (permalink)  
Old 10-08-2008, 06:02 PM
Fivelow Fivelow is offline
Junior Member
 
Join Date: Jul 2008
Posts: 3
Default Same problem I think...

url = http://jaxiom/gratitudefrog/editreci.../recipes/id/50

Code is :
<pre>
<?php print_r($this->_request->getParams()); ?>
</pre>

Response is:

Fatal error: Call to a member function getParams() on a non-object in /var/www/html/jaxiom/application/views/scripts/gratitudefrog/editrecipe.phtml on line 2
Reply With Quote