示例#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;
 }