mirror of
https://github.com/dg/dibi.git
synced 2025-08-21 13:22:14 +02:00
- added fluent SQL builders support in DibiConnection and DibiTable
This commit is contained in:
@@ -419,7 +419,7 @@ class DibiResult extends DibiObject implements IDataSource
|
||||
|
||||
if ($x === NULL) { // build leaf
|
||||
if ($leaf === '=') {
|
||||
$x = $row;
|
||||
$x = $row;
|
||||
} elseif ($leaf === TRUE || $leaf === '@') {
|
||||
$x = (object) $row;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user