mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 09:19:48 +02:00
added NClass
This commit is contained in:
@@ -71,7 +71,7 @@ interface DibiVariableInterface
|
||||
*
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
class dibi
|
||||
class dibi extends NClass
|
||||
{
|
||||
/**
|
||||
* Column type in relation to PHP native type
|
||||
@@ -157,13 +157,6 @@ class dibi
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Monostate class
|
||||
*/
|
||||
final private function __construct()
|
||||
{}
|
||||
|
||||
|
||||
/**
|
||||
* Creates a new DibiDriver object and connects it to specified database
|
||||
*
|
||||
|
Reference in New Issue
Block a user