public Phalcon\Mvc\Model\Query\Builder orderBy (string | array $orderBy)
Sets an ORDER BY condition clause
1 2 | $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
1 2 | $builder ->orderBy( 'Robots.name' ); $builder ->orderBy( array ( '1' , 'Robots.name' )); |
Designed by : w10schools
service@w10schools.com
Please login to continue.