I need to make a relationship, but the field names are different
follow the example of my table
Table Category
id
code
nameCategory
Tabela Films
id
codeCategory
name
I need make a relationship with codeCategory and code.
$crud->set_table('films');
$crud->set_relation('codeCategory','category','nameCategory');
don't work.
Help me please..