Re: ACL throwing self-joined model into infinite recursion

2009-02-17 Thread benjam
Seems to work great. I removed the 'Parent', and 'Child' relationship from Page, and refactored it to use the Tree behavior methods instead. Thanks. On Feb 16, 5:06 pm, benjam wrote: > I had thought of that (the Parent Child thing on multiple models) but > was hoping that Cake was smart enough

Re: ACL throwing self-joined model into infinite recursion

2009-02-16 Thread benjam
I had thought of that (the Parent Child thing on multiple models) but was hoping that Cake was smart enough to know which was which. Thanks for the info, I'll fiddle with it and post the outcome here... On Feb 16, 12:43 pm, AD7six wrote: > On Feb 16, 9:21 am, benjam wrote: > > > Here are some

Re: ACL throwing self-joined model into infinite recursion

2009-02-16 Thread AD7six
On Feb 16, 9:21 am, benjam wrote: > Here are some (hopefully) relevant code snippits:http://pastebin.com/f7426e0c4 > > On Feb 16, 8:55 am, benjam wrote: > > > I have just com across a very strange issue with Cake.  I have ACL > > installed in my app, and I havre a self-referencing table in tha

Re: ACL throwing self-joined model into infinite recursion

2009-02-16 Thread benjam
Here are some (hopefully) relevant code snippits: http://pastebin.com/f7426e0c4 On Feb 16, 8:55 am, benjam wrote: > I have just com across a very strange issue with Cake.  I have ACL > installed in my app, and I havre a self-referencing table in that app > as well (Parent-Child). > > In my app_

ACL throwing self-joined model into infinite recursion

2009-02-15 Thread benjam
I have just com across a very strange issue with Cake. I have ACL installed in my app, and I havre a self-referencing table in that app as well (Parent-Child). In my app_controller, I pull data for the self-referencing model for every page load (it runs the menu), and it works fine for all the p