rebuild Model package for NoSQL drivers

This commit is contained in:
Anton Grebnev
2011-11-11 18:01:17 +04:00
parent 6aab56c814
commit 3c5a5d9603
14 changed files with 589 additions and 334 deletions

View File

@ -12,7 +12,7 @@
/**
* @property MySQLi $connection
*/
class MySQLiDriver extends DbDriver
class MySQLiDriver extends SqlDbDriver
{
public function insert($table, $bind, $on_duplicate = array())