[ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 225 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
DB_dbase:: (8 méthodes):
DB_dbase()
connect()
disconnect()
query()
fetchInto()
numCols()
numRows()
quoteSmart()
DB_dbase() X-Ref |
DB_mysql constructor. |
connect($dsninfo, $persistent = false) X-Ref |
Pas de description |
disconnect() X-Ref |
Pas de description |
query($query = null) X-Ref |
Pas de description |
fetchInto($result, &$arr, $fetchmode, $rownum=null) X-Ref |
Fetch a row and insert the data into an existing array. Formating of the array and the data therein are configurable. See DB_result::fetchInto() for more information. param: resource $result query result identifier param: array $arr (reference) array where data from the row param: int $fetchmode how the resulting array should be indexed param: int $rownum the row number to fetch return: mixed DB_OK on success, null when end of result set is |
numCols($foo) X-Ref |
Pas de description |
numRows($foo) X-Ref |
Pas de description |
quoteSmart($in) X-Ref |
Format input so it can be safely used in a query param: mixed $in data to be quoted return: mixed Submitted variable's type = returned value: |
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |