Re: Self Join Problem

2009-12-05 Thread Piotr Kilczuk
Hello, > You can see, that the self join relation could not be dissolved. So, I > could not display the name of the precursor as I want. Where is my > mistake. How about setting $this->Project->recursive to a higher value? Regards, Piotr Check out the new CakePHP Questions site http://cakeqs.or

Self Join Problem

2009-12-02 Thread soleil83
Hi All, I' ve got a problem with my self-join association. My model looks like this: array( 'className' => 'Assembly', 'foreignKey' => 'assembly_id' ), 'Linker' => array( 'className' => 'Link