When I use the "set_relation" function, how can I use a different database column value for the selects option value that is output?
Is the default valued used when rendered the tables Primary key value? - how can I use a value from another column?
My Code:
$this->crud->set_relation('show','statuses','title', array('group' => 'yn'));
This is the database structure of the statuses table:
I want to use the "value" column results not the id column