CreateFrontendLink and params "id"
Posted: Thu Apr 26, 2012 8:01 pm
I get nothing:
I get "job_id" in the link
why?
Code: Select all
$this->CreateFrontendLink($id, $returnid, 'job_view', 'voir', array('id'=>$aRow["id"]));
Code: Select all
$this->CreateFrontendLink($id, $returnid, 'job_view', 'voir', array('id'=>$aRow["job_id"]));