Re: HABTM on a HABTM

2009-01-29 Thread yusuf widi
array( 'className' => 'Area', 'foreignKey' => 'parent_id', 'dependent' => true ) ); ?> this stuff works well with me... On Thu, Jan 29, 2009 at 6:35 PM, AD7six wrote: > > > > On Jan 29, 9:58 am, Miles J wrote: > > It seems that my belon

Re: HABTM on a HABTM

2009-01-29 Thread AD7six
On Jan 29, 9:58 am, Miles J wrote: > It seems that my belongsTo (it belongs to itself to get its parent > system) causes the crash/white page. Once I remove the belongsTo it > works, weird, no problem though. > > class System extends AppModel { > >         /** >          * Reduce usage >      

Re: HABTM on a HABTM

2009-01-29 Thread Miles J
It seems that my belongsTo (it belongs to itself to get its parent system) causes the crash/white page. Once I remove the belongsTo it works, weird, no problem though. class System extends AppModel { /** * Reduce usage */ var $recursive = -1; /**

Re: HABTM on a HABTM

2009-01-29 Thread AD7six
On Jan 29, 5:14 am, Miles J wrote: > Everytime I try to do this, the page just goes white. Is this even > possible? What other alternatives are there. Alternatives to what, describing your problem/usecase to get help? Don't think so ;) --~--~-~--~~~---~--~~ You

HABTM on a HABTM

2009-01-28 Thread Miles J
Everytime I try to do this, the page just goes white. Is this even possible? What other alternatives are there. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cak