Re: Model Association via "conditions" fails!

2009-07-23 Thread lapinski
http://teknoid.wordpress.com/2008/07/17/forcing-an-sql-join-in-cakephp/ Lapinski ohneworte-2 wrote: > > > Hello Together, > I want to link two Models without using a Foreign Key, but using some > Conditions instead. Here is my example: > > Model: > - > class Category extends AppMo

Model Association via "conditions" fails!

2009-04-24 Thread ohneworte
Hello Together, I want to link two Models without using a Foreign Key, but using some Conditions instead. Here is my example: Model: - class Category extends AppModel { var $name = "Category"; var $actsAs = array("Containable"); var $hasMany = array(