1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-20 04:41:26 +02:00

NClass moved to separate file

This commit is contained in:
David Grudl
2007-11-26 01:44:07 +00:00
parent a0febd3d50
commit 1a9abfb326
5 changed files with 53 additions and 32 deletions

View File

@@ -309,8 +309,6 @@ class DibiConnection extends NObject
$this->driver->begin();
$this->inTxn = TRUE;
dibi::notify($this, 'begin');
return $this;
}