Andrew Smart Thu Oct 06 15:46:02 -0400 2011

Subject: Sub Relational Joins

Hi,
I am presuming as i cannot find it that having joins of joins is not possible. If this is the case is there any scope for it or is there a better way to do this other than simply pass the raw SQL in? For example...

1 User::find(1, array(
2   'joins' => array('orders' => array('joins' => array('items')))
3 ));

Thanks
Andy