mirror of
https://github.com/dg/dibi.git
synced 2025-08-29 16:59:49 +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:
@@ -10,7 +10,7 @@ try {
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'sample.sdb',
|
||||
'result:objects' => TRUE, // fetch rows as objects
|
||||
'resultObjects' => TRUE, // fetch rows as objects
|
||||
));
|
||||
echo 'OK';
|
||||
|
||||
|
Reference in New Issue
Block a user