versionmodel($base); } function versionmodel(&$base) { $this->base = $base; $this->db = $base->db; } function check() { $data = $this->db->result_first("SELECT v FROM ".UC_DBTABLEPRE."settings WHERE k='version'"); return $data; } } ?>