db->order_by('mm_urutan', 'ASC'); $query = $this->db->get('master_menu'); return $query->result(); } function urutan() { $this->db->order_by('mm_urutan', 'ASC'); $query = $this->db->get('master_menu'); return $query->result(); } function hakakses($id) { $this->db->where('mum_tipeuser_id', $id); $query = $this->db->get('master_user_menu'); return $query->result(); } } ?>