On Feb 24, 1:11 pm, Mark <markk...@gmail.com> wrote:
> Hi Adam,
>
> I'm using the following data structure for the table:
>
> id  int(11) unsigned NULL auto_increment
> name varchar(50) NULL
> parent_id       int(11) Default NULL
> lft int(11) unsigned Default NULL
> rght    int(11) unsigned Default NULL
>
> Thanks for the tutorial link. I've had a read it and can't find any
> real difference.
> The only one I spotted was the use of int(11) instaed of int(10) for
> lft, rght and parent_id.
>
> Any ideas?

your model file doesn't have the right name, and so everything in your
model file isn't read by cake. Check the conventions page i the book.

AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to