Search Results

0
votes

Can I stop CakePHP fetching all rows for a query?

You can either limit the find method call with the recursive param (API for Model#find) or you can unbind model asso …