1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-30 09:19:48 +02:00

added NClass

This commit is contained in:
David Grudl
2007-11-11 04:59:39 +00:00
parent 9ff43d0ac3
commit fd1d2b86ff
6 changed files with 63 additions and 57 deletions

View File

@@ -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
*