Esempio n. 1
0
 private function create_application()
 {
     static::$_application = new \Phalcon\Mvc\Application($this->_di);
     \Rpp\Services\Get\Content::$cache = static::$_application->cache;
 }