mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Order WAB Awards Results ASC
This commit is contained in:
parent
6a4a8991c6
commit
ee2eb20fef
1 changed files with 1 additions and 0 deletions
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue