| [ Index ] |
|
Code source de XOOPS 2.0.17.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Author: | Kazumi Ono <onokazu@xoops.org> |
| Copyright: | copyright (c) 2000-2003 XOOPS.org |
| Poids: | 132 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
XoopsDatabase:: (4 méthodes):
XoopsDatabase()
setLogger()
setPrefix()
prefix()
Database:: (1 méthode):
getInstance()
Classe: XoopsDatabase - X-Ref
Abstract base class for Database access classes| XoopsDatabase() X-Ref |
| constructor will always fail, because this is an abstract class! |
| setLogger(&$logger) X-Ref |
| assign a {@link XoopsLogger} object to the database param: object $logger reference to a {@link XoopsLogger} object |
| setPrefix($value) X-Ref |
| set the prefix for tables in the database param: string $value table prefix |
| prefix($tablename='') X-Ref |
| attach the prefix.'_' to a given tablename if tablename is empty, only prefix will be returned param: string $tablename tablename return: string prefixed tablename, just prefix if tablename is empty |
| Généré le : Sun Nov 25 11:44:32 2007 | par Balluche grâce à PHPXref 0.7 |
|