README
Todo List
Provides extremely useful functions for data retrieval, and other database affairs.
[line 18]
[line 20]
[line 21]
[line 24]
[line 23]
[line 22]
[line 25]
[line 27]
[line 26]
static DbConnection getInstance( [ $connection = 'default'], string $db_host, string $db_user, string $db_password, string $db_name)
DbConnection __construct( $db_host, $db_user, $db_password, $db_name)
void connect( )
void executeQuery( $sql)
void getAllRows( $sql)
void getArrayPair( $sql)
void getErrors( )
void getErrorsString( )
void getIndexedRows( $sql)
void getLastError( )
void getLastId( )
void getLastQuery( )
void getMysqlConnection( )
void getOneColumn( $sql)
void getOneRow( $sql)
void getOneValue( $sql)