I have approximately 25 join queries I need to build to run in a project on CakePHP.
It is much faster to just work in MySQL WorkBench or phpMyAdmin building the queries, and then drop into PHP code than to use the screwed up cakePHP model parms that many times have no one-to-one relationship to a MySQL query.
Is there a no-table or multi-table "take anything MySQL" example that reduces or eliminates the CakePHP complexity?