public Phalcon\Mvc\Model\Query\Builder orderBy (string | array $orderBy)
Sets an ORDER BY condition clause
$builder->orderBy('Robots.name'); $builder->orderBy(array('1', 'Robots.name'));
public Phalcon\Mvc\Model\Query\Builder orderBy (string | array $orderBy)
Sets an ORDER BY condition clause
$builder->orderBy('Robots.name'); $builder->orderBy(array('1', 'Robots.name'));
Please login to continue.