sfMySQLDatabase provides connectivity for the MySQL brand database.
Method Details
-
Loads connection parameters from an existing array.
returns An associative array of connection parameters
-
Connects to the database.
throws sfDatabaseException If a connection could not be created
-
(string) getConnectMethod ($persistent)
Browse code
| $persistent |
wether persistent connections are use or not |
Returns the appropriate connect method.
returns name of connect method.
-
(bool) selectDatabase ($database)
Browse code
| $database |
Name of database to be connected |
Selects the database to be used in this connection
returns true if this was successful
-
Execute the shutdown procedure
throws sfDatabaseException If an error occurs while shutting down this database
|