load->database(); $this->table = 'systemboxclassid'; $this->load_table('systemboxclassid'); } public function get_box($box) { return $this->find("box = '$box'"); } } //end class