1778 Posts in 581 Topics by 555 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1244 Views |
-
Setting Params in HTTPRequest

3 March 2010 at 7:17am
Hi.
I want to set a param during runtime to get the Value in an other function.
For Example :
$id = $this->request->param('ID');
if(empty($id))
{
$this->request->setParam('ID',123);
}But an setParam Method dont exists. My Question is, how can i set Param in the HTTPRequest Object. I want to call $this->request in my Page_Controller.
Best Regards,
Stefan
| 1244 Views | ||
|
Page:
1
|
Go to Top |
