Search Results

1
vote

PHP best practices for naming conventions

I found this link for a PHP Coding Standard that doesn't look too bad: http://www.dagbladet.no/development/phpcodings …
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 …