sfPDODatabase provides connectivity for the PDO database abstraction layer.
Method Summary
-
mixed
__call($method, $arguments)
Magic method for calling PDO directly via sfPDODatabase
-
shutdown()
Execute the shutdown procedure.
-
connect()
Connects to the database.
Methods inherited from sfDatabase
__construct , shutdown , hasParameter , getParameter , connect , initialize , getResource , getParameterHolder , getConnection , setParameter
Method Details
-
(mixed) __call ($method, $arguments)
Magic method for calling PDO directly via sfPDODatabase
-
shutdown ()
Execute the shutdown procedure.
-
connect ()
Connects to the database.
throws sfDatabaseException If a connection could not be created
|