db->get_where("data_kriteria")->result(); } public function get_data_edit($id) { return $this->db->get_where("data_kriteria", array("id_kriteria" => $id))->row_array(); } }