mirror of
https://github.com/dg/dibi.git
synced 2025-10-23 02:36:04 +02:00
introduced new class constants
This commit is contained in:
@@ -297,7 +297,7 @@ abstract class DibiTable extends DibiObject
|
||||
$row = $this->blankRow;
|
||||
$row[$this->primary] = NULL;
|
||||
|
||||
if ($class = $this->connection->getConfig('resultObjects')) {
|
||||
if ($class = $this->connection->getConfig(dibi::RESULT_OBJECTS)) {
|
||||
if ($class === TRUE) {
|
||||
$row = (object) $row;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user