1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-07 22:56:35 +02:00

Driver's reflection capabilities moved to IDibiReflector

This commit is contained in:
David Grudl
2010-05-26 16:26:21 +02:00
parent 7bac2ef3b3
commit 8c99f0c04d
15 changed files with 38 additions and 180 deletions

View File

@@ -127,7 +127,7 @@ class DibiFluent extends DibiObject implements IDataSource
$this->command = $clause;
}
// auto-switch to a clause
// auto-switch to a clause
if (isset(self::$clauseSwitches[$clause])) {
$this->cursor = & $this->clauses[self::$clauseSwitches[$clause]];
}