Page 1 of 1

CreateFrontendLink and params "id"

Posted: Thu Apr 26, 2012 8:01 pm
by sirber
I get nothing:

Code: Select all

$this->CreateFrontendLink($id, $returnid, 'job_view', 'voir', array('id'=>$aRow["id"]));
I get "job_id" in the link

Code: Select all

$this->CreateFrontendLink($id, $returnid, 'job_view', 'voir', array('id'=>$aRow["job_id"]));
why?