db->get_where("desa")->result(); } public function get_data_edit($id) { return $this->db->get_where("desa", array("id_desa" => $id))->row_array(); } public function count_desa() { return $this->db->count_all("desa"); } }