How to set an association between Table A and B where if a record exists in table B then nothing at all will be shown( like a inner join reverse).
Can this be done using Exists or not Exists? What will be the cakephp syntax?
How to set an association between Table A and B where if a record
Share
You can do it with
not exists: