public function Instance() { if (!isset(IndexModel::$_instance)) { IndexModel::$_instance = new IndexModel(); } return IndexModel::$_instance; }