hi to all masters,
i have 2 tables called
master_file
with columns:
id | lname | fname | mi
ex. 2 cruz robert l
requirements
with columns:
id | master_file_id(relation to master_file id) | submitted
ex. 1 2 yes
when i try this
$crud->set_relation('id','requirements','{master_file_id}, {submitted}');
the relation on my requirements table not correct because they get id instead of master_file_id
now my question is: how can i get all the data from requirements table that are not yet submitted that show on my master_file table