Todo List
DObject | --DDataBase
[line 138]
[line 131]
[line 145]
[line 111]
[line 118]
[line 124]
[line 93]
[line 152]
[line 105]
[line 87]
[line 99]
[line 158]
static DDataBase &getInstance( [string $SQLType = null], [string $host = null], [string $user = null], [string $pass = null], [string $db = null], [ $encoding = null])
Overridden in child classes as:
DDataBase __construct( [string $SQLType = null], [string $host = null], [string $user = null], [string $pass = null], [string $db = null], [string $encoding = null])
IDSQLBase &getDBInstance( )
void initializeSQLBase( )
array query( mixed $SQLQuery, [int $page = DDataBase::NO_PAGING], [int $itemsPerPage = PHP_DDATABASE_DEFAULT_ITEMS_PER_PAGE])
void setCurrentDB( string $db)
[line 74]