sfDatabaseManager allows you to setup your database connectivity before the request is handled. This eliminates the need for a filter to manage database connections.
Executes the shutdown procedure
throws sfDatabaseException If an error occurs while shutting down this DatabaseManager
Initializes this sfDatabaseManager object
returns true, if initialization completes successfully, otherwise false
throws sfInitializationException If an error occurs while initializing this sfDatabaseManager object
Retrieves the database connection associated with this sfDatabase implementation.
returns A Database instance
throws sfDatabaseException If the requested database name does not exist