tags:

views:

24

answers:

1

I'm just starting out with CakePHP. From what I've been reading, by following convention in your model files, it can figure out foreign keys for you. Does this mean that when I'm writing my SQL script to create tables in MySql I shouldn't specify relationships and just let Cake do this?