View Single Post
  #2 (permalink)  
Old 04-01-2008, 02:08 PM
Ewok's Avatar
Ewok Ewok is offline
Junior Member
 
Join Date: Mar 2008
Location: Colorado SPrings
Posts: 16
Send a message via MSN to Ewok Send a message via Yahoo to Ewok
Default

Try
$this->_request->getParam("id",null);

This should get either GET or POST variable called id, and if it doesn't exist return null.
__________________
Give all victory and gain to others
Take all defeat and loss upon yourself
Reply With Quote