Hi averyone!
I would like to create a new action wich just ads 3 values in a table so i can use it later to list something.
I need to add a field from the table i'm cruding but i'm not showing that column to the users:
$crud->set_table('jobs')
->set_theme('twitter-bootstrap')
->set_subject('Job')
->columns('jobs_desc','jobs_titel','jobs_date')
->add_action('Subscribe', '', 'auth/subscribe/' . $individual_id . '/' . $CompanyID . '' ,'icon');/*grocery crud automaticley puts the list item id to the and of url*/
How can I add the company id field of the row to '$CompanyID' ?