mirror of
https://github.com/dg/dibi.git
synced 2025-10-21 17:58:02 +02:00
- renamed configuration keys result:object, result:withtables and format:* to resultObject resp. resultWithTables (due compatibility with PHP 5.3 INI parser)
- updated class Object
This commit is contained in:
@@ -254,7 +254,7 @@ abstract class DibiTable extends /*Nette::*/Object
|
||||
$row = $this->blankRow;
|
||||
$row[$this->primary] = NULL;
|
||||
|
||||
if ($class = $this->connection->getConfig('result:objects')) {
|
||||
if ($class = $this->connection->getConfig('resultObjects')) {
|
||||
if ($class === TRUE) {
|
||||
$row = (object) $row;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user