How-to articles, tricks, and solutions about SQL-ORDER-BY
How to add an ORDER BY clause using CodeIgniter's Active Record methods?
To add an ORDER BY clause to a query using CodeIgniter's Active Record class, you can use the order_by() method.