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