Пример #1
0
 public function Instance()
 {
     if (!isset(IndexModel::$_instance)) {
         IndexModel::$_instance = new IndexModel();
     }
     return IndexModel::$_instance;
 }