Recursive Association Support in CakePHP 1.2
We have all been there. A simple query but the query condition is three joins away. Now I don't have to build a large custom query. I now use a Behavior to support this without additional changes to the core… Continue reading