Constructor
JQuery
JQuery
()
void
from
(mixed $tables)
-
mixed
$tables: A string or array of table names
void
group
(mixed $columns)
-
mixed
$columns: A string or array of ordering columns
void
join
(mixed $type, mixed $conditions)
-
mixed
$type: A string or array of join conditions
void
order
(mixed $columns)
-
mixed
$columns: A string or array of ordering columns
void
select
(mixed $columns)
-
mixed
$columns: A string or an array of field names
void
where
(mixed $conditions, [mixed $glue = 'AND'])
-
mixed
$conditions: A string or array of where conditions