Add Mysql/MariaDB support

This commit is contained in:
Frédéric Guillot
2014-03-30 19:53:59 -04:00
parent 34711f5846
commit d9dfd9d619
19 changed files with 405 additions and 46 deletions

View File

@@ -67,8 +67,7 @@ class Table
$result = $this->db->execute($sql, $values);
if ($result !== false && $result->rowCount() > 0) {
if ($result !== false/* && $result->rowCount() > 0*/) {
return true;
}