CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: max(seven, three)?
(Example: nine)

The Note You're Voting On

huhiko334 at yandex dot ru
6 years ago
If you get a weird mysql warnings like "Warning: mysql_query() : Your query requires a full tablescan...", don't look for error_reporting settings - it's set in php.ini.
You can turn it off with
ini_set("mysql.trace_mode","Off");
in your script
http://tinymy.link/mctct

<< Back to user notes page

To Top