Noooooob

2010-01-20 Thread Sam
Hi all, I just started using Cake and so far love it. I have a database background (MSSQL) and only recently started programming php. Here is the situation I'm in. I'm just going through the tutorial and it looks like it's looking for 'User'.'id', however, my Id column is named 'UserId'

Re: Noooooob

2010-01-20 Thread BrendonKoz
Cake follows the convention over configuration ideals, so if you don't follow the Cake conventions, you will probably run in to issues - Cake expects all table ids to simply be named id. Model conventions can be found here: http://book.cakephp.org/view/24/Model-and-Database-Conventions That