mirror of
https://github.com/dg/dibi.git
synced 2025-10-19 16:57:11 +02:00
* added DibiTable
* new connection options: "result:objects" & "result:withtables" * renamed DibiDriverInterface -> IDibiDriver, DibiVariableInterface -> IDibiVariable
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
* @package dibi
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
class DibiMySqlDriver extends NObject implements DibiDriverInterface
|
||||
class DibiMySqlDriver extends NObject implements IDibiDriver
|
||||
{
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user