Posted on 04/25/2014 at 10:45 amViewed 5,318 times
We recently launched a new filter for AvOrders Products. It is built off of some interesting CakePHP concepts.
Specifically it is built off of the right way to use the 'joins' options in CakePHP using the double array method:
'joins' => array(array());
And it is also using the best paginateCount function that you can find described here:
http://www.mainelydesign.com/blog/view/best-paginatecount-cakephp-with-group-by-support