Class DatabaseExtension
Nette Framework Database services.
-
Nette\Object
-
Nette\DI\CompilerExtension
-
Nette\Bridges\DatabaseDI\DatabaseExtension
Methods summary
public
|
|
public
|
#
loadConfiguration( )
Processes configuration data. Intended to be overridden by descendant.
Processes configuration data. Intended to be overridden by descendant.
Overrides
|
Properties summary
public
array
|
$databaseDefaults
|
#array(
'dsn' => NULL,
'user' => NULL,
'password' => NULL,
'options' => NULL,
'debugger' => TRUE,
'explain' => TRUE,
'reflection' => NULL,
'conventions' => 'discovered',
'autowired' => NULL,
) |