Can anyone help me to solve this issue.
Error is appearing in this line
$crud->set_relation('comp_id','company_login','cname');
table structure attached
Thanks
Aj
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 07 April 2021 - 19:18 PM
Can anyone help me to solve this issue.
Error is appearing in this line
$crud->set_relation('comp_id','company_login','cname');
table structure attached
Thanks
Aj
Posted 08 April 2021 - 06:56 AM
Solved
$crud->set_relation('comp_id','company_login','cname');
it is $crud->setRelation('comp_id','company_login','cname');