⚠ 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 forum is read-only and soon will be archived. ⚠


genya

Member Since 21 Jul 2018
Offline Last Active Jul 30 2019 06:53 PM
-----

Posts I've Made

In Topic: Pretty stupid problem ... where method is not working

22 July 2019 - 07:12 PM

Including the table name solved the problem for my cases, so in your case the code would be

$crud->where('employees.jobTitle','Sales Rep');

instead of

$crud->where('jobTitle','Sales Rep')