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"]));
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"]));
Return to “Developers Discussion”