Re: How to display Child categories of self-pointed Model?

2006-11-04 Thread Apprentice
Hi Adrian, Thank you very much. I manganed to do so ;-) Regards, Apprentice. On Nov 5, 1:02 am, "Adrian Godong" <[EMAIL PROTECTED]> wrote: > You should change the name of the 'association'. E.g.: > > ... > var $belongsTo = array( > 'ParentCategory' => >

RE: How to display Child categories of self-pointed Model?

2006-11-04 Thread Adrian Godong
You should change the name of the 'association'. E.g.: ... var $belongsTo = array( 'ParentCategory' => array('className' => 'Category', ... And ... var $hasMany = array( 'ChildCategory' =>