More work on the query parser

This commit is contained in:
Kijin Sung 2020-06-22 23:43:56 +09:00
parent 20025077f7
commit b912c623e2
8 changed files with 183 additions and 34 deletions

View file

@ -5,7 +5,7 @@ namespace Rhymix\Framework\Parsers\DBQuery;
/**
* OrderBy class.
*/
class OrderBy extends GenericVar
class OrderBy extends VariableBase
{
public $var;
public $default;