Class: db
Source Location: /bblog/libs/ez_sql.php
( Revision Log )
Class db
Methods
db db(
mixed
$dbuser, mixed
$dbpassword, mixed
$dbname, mixed
$dbhost
)
|
|
void dumpvar(
mixed
$mixed
)
|
|
void escape(
mixed
$str
)
|
|
void get_col(
[mixed
$query = null], [mixed
$x = 0]
)
|
|
void get_col_info(
[mixed
$info_type = "name"], [mixed
$col_offset = -1]
)
|
|
void get_results(
[mixed
$query = null], [mixed
$output = OBJECT]
)
|
|
void get_row(
[mixed
$query = null], [mixed
$output = OBJECT], [mixed
$y = 0]
)
|
|
void get_var(
[mixed
$query = null], [mixed
$x = 0], [mixed
$y = 0]
)
|
|
void print_error(
[mixed
$str = ""]
)
|
|
void query(
mixed
$query
)
|
|
void tablemd5(
[mixed
$like = '%']
)
|
|
void vardump(
[mixed
$mixed = '']
)
|
|
|
|