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