CreateFrontendLink and params "id"

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
sirber
Forum Members
Forum Members
Posts: 12
Joined: Tue Apr 24, 2012 2:41 pm
Location: Québec, Canada

CreateFrontendLink and params "id"

Post 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?
Post Reply

Return to “Developers Discussion”