mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +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
|
|
@ -5,7 +5,7 @@ namespace Rhymix\Framework\Parsers\DBQuery;
|
|||
/**
|
||||
* OrderBy class.
|
||||
*/
|
||||
class OrderBy extends GenericVar
|
||||
class OrderBy extends VariableBase
|
||||
{
|
||||
public $var;
|
||||
public $default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue