예제 #1
0
파일: Load.php 프로젝트: tresemece/monte
 private function create_application()
 {
     static::$_application = new \Phalcon\Mvc\Application($this->_di);
     \Rpp\Services\Get\Content::$cache = static::$_application->cache;
 }