Re: My simple form skips validation

2008-03-10 Thread Dardo Sordi Bogado
Check here http://api.cakephp.org/1.2/classes.html before picking a name for a class. On Mon, Mar 10, 2008 at 7:47 AM, Marc <[EMAIL PROTECTED]> wrote: > > Classname Model is already being used by Cake itself, try to rename > Model to Carmodel or so. > > > > On 10 mrt, 07:03, mark_nsx <[EMAIL P

Re: My simple form skips validation

2008-03-10 Thread Marc
Classname Model is already being used by Cake itself, try to rename Model to Carmodel or so. On 10 mrt, 07:03, mark_nsx <[EMAIL PROTECTED]> wrote: > Hi there, > > Im new to cakePHP and only been playing around with it for a few days. > I have made 2 simple tables just for me to have a feel of usi

My simple form skips validation

2008-03-10 Thread mark_nsx
Hi there, Im new to cakePHP and only been playing around with it for a few days. I have made 2 simple tables just for me to have a feel of using cakePHP. table 1: (stores car makes) makes (id, make, created, modified) table 2: (stores car models, make_id foreign key) models (id, make_id, model,