Re: Are reflexive relation impossible with CakePHP ?

2008-02-22 Thread manish
But as much I know about findAllThreaded(), it is only used to find All data from tables joined to themselves. As written in API documentation for findAllThreaded; "Special findAll variation for tables joined to themselves. The table needs the fields id and parent_id to work". Though I have not us

Re: Are reflexive relation impossible with CakePHP ?

2008-02-21 Thread rtconner
why not just use findAllThreaded() ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAI

Re: Are reflexive relation impossible with CakePHP ?

2008-02-21 Thread b logica
On Wed, Feb 20, 2008 at 4:13 AM, manish <[EMAIL PROTECTED]> wrote: > > I have also been getting problems of associations not working for me > sometimes, while some other times associations work perfectly. I have > some questions regarding associations. I hope I am doing no wrong by > continuin

Re: Are reflexive relation impossible with CakePHP ?

2008-02-21 Thread b logica
How much RAM have you allocated to PHP? I have a feeling that Cake was looping infinitely. If PHP had enough RAM I think it's possible that the server would just keep going until Apache pooped out (as opposed to PHP terminating that process with a msg about running out of allocated memory). Just