About
Installation
Documentation
Plugins
Community
Blog
Development
symfony API
database Package
You are currently browsing
the website for
symfony 1
Visit the
Symfony2
website
« Back to API menu
1.0 API OpenSearch
Packages
action
-
6 classes
addon
-
9 classes
cache
-
5 classes
config
-
20 classes
controller
-
5 classes
database
-
7 classes
sfDatabase
sfDatabaseManager
sfMySQLDatabase
sfPDODatabase
sfPostgreSQLDatabase
sfPropelDatabase
sfPropelDataRetriever
debug
-
2 classes
default
-
2 classes
exception
-
21 classes
filter
-
11 classes
generator
-
7 classes
helper
-
20 classes
i18n
-
15 classes
log
-
4 classes
request
-
3 classes
response
-
3 classes
storage
-
6 classes
user
-
3 classes
util
-
17 classes
validator
-
13 classes
view
-
10 classes
You are currently browsing the symfony API for the
1.0
version. Switch to:
1.1
1.2
1.3
1.4
Search by class, method name, or package
Beggining of a class name
Beggining of a method name
Class name followed by ::
Class name followed by :: and the beginning of a method name
database
sfDatabase
: sfDatabase is a base abstraction class that allows you to setup any type of
sfDatabaseManager
: sfDatabaseManager allows you to setup your database connectivity before the
sfMySQLDatabase
: sfMySQLDatabase provides connectivity for the MySQL brand database.
sfPDODatabase
: sfPDODatabase provides connectivity for the PDO database abstraction layer.
sfPostgreSQLDatabase
: sfPostgreSQLDatabase provides connectivity for the PostgreSQL brand database.
sfPropelDatabase
: A symfony database driver for Propel, derived from the native Creole driver.
sfPropelDataRetriever
: sfGenerator is the abstract base class for all generators.