Class JQuery

Description

Class QueryBuilder

  • since: 1.1

Located in /database/query.php (line 22)


	
			
Variable Summary
 object The $_from
 object The $_group
 object The $_join
 object The $_order
 object The $_select
 string $_type
 object The $_where
Method Summary
 JQuery JQuery ()
 void from (mixed $tables)
 void group (mixed $columns)
 void join (mixed $type, mixed $conditions)
 void order (mixed $columns)
 void select (mixed $columns)
 string toString ()
 void where (mixed $conditions, [mixed $glue = 'AND'])
Variables
object The $_from = null (line 29)
  • var: from element
object The $_group = null (line 35)
  • var: where element
object The $_join = null (line 31)
  • var: join element
object The $_order = null (line 37)
  • var: where element
object The $_select = null (line 27)
  • var: select element
string $_type = '' (line 25)
  • var: The query type
object The $_where = null (line 33)
  • var: where element
Methods
Constructor JQuery (line 42)

Constructor

JQuery JQuery ()
from (line 60)
void from (mixed $tables)
  • mixed $tables: A string or array of table names
group (line 93)
void group (mixed $columns)
  • mixed $columns: A string or array of ordering columns
join (line 71)
void join (mixed $type, mixed $conditions)
  • mixed $type: A string or array of join conditions
order (line 104)
void order (mixed $columns)
  • mixed $columns: A string or array of ordering columns
select (line 48)
void select (mixed $columns)
  • mixed $columns: A string or an array of field names
toString (line 115)
  • return: The completed query
string toString ()
where (line 81)
void where (mixed $conditions, [mixed $glue = 'AND'])
  • mixed $conditions: A string or array of where conditions

Documentation generated on Sat, 4 Feb 2006 14:26:10 +0100 by phpDocumentor 1.3.0RC4