Re: CakePHP Model Join Strategy - Returning mixed Array/Objects finds results

2009-07-16 Thread Andreas Derksen
Hi, http://book.cakephp.org/view/474/Containable containable and recursive -1 in your AppModel/AppController is the way to go. greets Andreas Dérico Filho schrieb: > Hi, > > > I have a doubt on the future of CakePHP regarding how will it handle > joins in future releases. > > The issue is: When

CakePHP Model Join Strategy - Returning mixed Array/Objects finds results

2009-07-15 Thread Dérico Filho
Hi, I have a doubt on the future of CakePHP regarding how will it handle joins in future releases. The issue is: When you have several models tied together through hasMany/belongsTo/hasAndBelongsToMany/hasOne, CakePHP will execute the database queries all at once, parse them and organise them i