Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:$sql->AddOrderBy('Count','c','DESC');
select count(ID) as numIDs from mytable order by numIDs desc
$sql->AddOrderBy(array('Count'),array(''),'DESC');I just want to say that having to use two arrays to order by a single field is ludicrous and counter-intuitive. Please make a fix to this function in the next version of vanilla so that the following code will work.$sql->AddOrderBy('Count','','DESC');Thanks.
1 to 19 of 19