API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe database

Graphe d'héritage de database:
Graphe de collaboration de database:

Liste de tous les membres

Fonctions membres publiques


Documentation des constructeurs et destructeur

database::__construct ( host = 'localhost',
user,
pass,
db = '',
table_prefix = '',
offline = true 
)

Références $db, $host, et $user.

database::__construct ( host = 'localhost',
user,
pass,
db = '',
table_prefix = '',
offline = true 
)

Références $db, $host, et $user.

database::__construct ( host = 'localhost',
user,
password,
database = '',
prefix = '',
offline = true 
)

Références $host, et $user.

database::__construct ( host = 'localhost',
user,
password,
database = '',
prefix = '',
offline = true 
)

Références $host, et $user.


Documentation des fonctions membres

database::loadObject ( &$  object)

This global function loads the first row of a query into an object

If an object is passed to this function, the returned row is bound to the existing elements of object. If object has a value of null, then all of the returned query fields returned in the object.

Paramètres:
objectThe address of variable

Références $array, et mosBindArrayToObject().

Voici le graphe d'appel pour cette fonction :

database::loadObject ( &$  object)

This global function loads the first row of a query into an object

If an object is passed to this function, the returned row is bound to the existing elements of object. If object has a value of null, then all of the returned query fields returned in the object.

Paramètres:
objectThe address of variable

Références $array, et mosBindArrayToObject().

Voici le graphe d'appel pour cette fonction :

database::query_batch ( abort_on_error = true,
p_transaction_safe = false 
)

Execute a batch query

public

Renvoie:
mixed A database resource if successful, FALSE if not.
database::query_batch ( abort_on_error = true,
p_transaction_safe = false 
)

Execute a batch query

public

Renvoie:
mixed A database resource if successful, FALSE if not.

La documentation de cette classe a été générée à partir des fichiers suivants :