[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/database/ -> sfMySQLDatabase.class.php (sommaire)

(pas de description)

Poids: 166 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

sfMySQLDatabase:: (2 méthodes):
  connect()
  shutdown()


Classe: sfMySQLDatabase  - X-Ref

sfMySQLDatabase provides connectivity for the MySQL brand database.

<b>Optional parameters:</b>

# <b>database</b>   - [none]      - The database name.
# <b>host</b>       - [localhost] - The database host.
# <b>method</b>     - [normal]    - How to read connection parameters.
Possible values are normal, server, and
env. The normal method reads them from
the specified values. server reads them
from $_SERVER where the keys to retrieve
the values are what you specify the value
as in the settings. env reads them from
$_ENV and works like $_SERVER.
# <b>password</b>   - [none]      - The database password.
# <b>persistent</b> - [No]        - Indicates that the connection should be
persistent.
# <b>username</b>       - [none]  - The database username.

connect()   X-Ref
Connects to the database.


shutdown()   X-Ref
Pas de description



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7