API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
database::__construct | ( | $ | host = 'localhost' , |
$ | user, | ||
$ | pass, | ||
$ | db = '' , |
||
$ | table_prefix = '' , |
||
$ | offline = true |
||
) |
database::__construct | ( | $ | host = 'localhost' , |
$ | user, | ||
$ | pass, | ||
$ | db = '' , |
||
$ | table_prefix = '' , |
||
$ | offline = true |
||
) |
database::__construct | ( | $ | host = 'localhost' , |
$ | user, | ||
$ | password, | ||
$ | database = '' , |
||
$ | prefix = '' , |
||
$ | offline = true |
||
) |
database::__construct | ( | $ | host = 'localhost' , |
$ | user, | ||
$ | password, | ||
$ | database = '' , |
||
$ | prefix = '' , |
||
$ | offline = true |
||
) |
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.
object | The address of variable |
Références $array, et mosBindArrayToObject().
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.
object | The address of variable |
Références $array, et mosBindArrayToObject().
database::query_batch | ( | $ | abort_on_error = true , |
$ | p_transaction_safe = false |
||
) |
Execute a batch query
public
database::query_batch | ( | $ | abort_on_error = true , |
$ | p_transaction_safe = false |
||
) |
Execute a batch query
public