mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Order WAB Awards Results ASC
This commit is contained in:
@@ -8,6 +8,7 @@ class Wab extends CI_Model {
|
||||
}
|
||||
|
||||
function get_all() {
|
||||
$this->db->order_by("COL_COMMENT", "ASC");
|
||||
$this->db->like('COL_COMMENT', 'WAB:');
|
||||
|
||||
return $this->db->get($this->config->item('table_name'));
|
||||
|
||||
Reference in New Issue
Block a user