PHP-MySQLi-Database-Class
PHP-MySQLi-Database-Class copied to clipboard
Added support for Mysql timezone on connection
Timezone can be specified in the constructor optionally, example: '-5:00' for EST The class will send the SQL query in the constructor: SET time_zone = '-5:00' Also fixed a problem with rawQuery on very long SQL queries, eliminating spaces from the query string
sorry, this patch is breaking an existing constructor API.