sfDatabaseManager
Table of Contents
Methods
-
__construct()
: mixed
-
getDatabase()
: object|null
-
initialize()
: mixed
-
shutdown()
: mixed
__construct()
public
__construct([mixed $configuration = null ][, mixed $autoconnect = true ]) : mixed
Parameters
-
$configuration
: mixed
= null
-
-
$autoconnect
: mixed
= true
-
getDatabase()
public
getDatabase([string $name = 'propel' ]) : object|null
Parameters
-
$name
: string
= 'propel'
-
Return values
object|null
initialize()
public
initialize() : mixed
shutdown()
public
shutdown() : mixed