Hello to everyone, i wanna order a query like:
$query->orderBy('id ASC');
Thats working fine also a order like with more columns is working like that
$query->orderBy(array('id','email'));
but when i am trying to make something like that, i get an error that there is an error.
$query->orderBy(array('id ASC','email DESC'));
i was looking at the phalcon docs but cannot find anything about it. thanks for your help. pat