Changeset 392 for pro-violet-viettel/sourcecode/application/modules/admin
- Timestamp:
- Nov 3, 2014 5:26:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/admin_acc.php
r382 r392 22 22 } 23 23 24 public function get_admins( $filters = array())24 public function get_admins() 25 25 { 26 26 $this->load->helper('pagging'); … … 30 30 $data['perpage'] = 10; 31 31 $data['keyword'] = ""; 32 $data['sorting_order']="sorting_desc"; 33 $data['sorting_field']="created_time"; 34 if ($this->input->post('sorting_order')) { 35 if ($this->input->post('sorting_order') != "sorting") 36 { 37 $data['sorting_order'] = $this->input->post('sorting_order'); 38 $data['sorting_field'] = $this->input->post('sorting_field'); 39 } 40 } 32 41 if ($this->input->post('items')) 33 42 {
Note: See TracChangeset
for help on using the changeset viewer.