mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
More work on the query parser
This commit is contained in:
parent
20025077f7
commit
b912c623e2
8 changed files with 183 additions and 34 deletions
|
|
@ -10,6 +10,9 @@ class Query
|
|||
public $name;
|
||||
public $alias;
|
||||
public $type;
|
||||
public $operation;
|
||||
public $column;
|
||||
public $pipe;
|
||||
public $tables = array();
|
||||
public $columns = array();
|
||||
public $conditions = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue