示例#1
0
 public function __construct()
 {
     $this->registry = RegistryFactory::start();
     $this->conf = RegistryFactory::start('file')->register('Conf\\Conf');
     $this->query = $this->registry->register('DataBase\\Query\\Query');
     $this->http = $this->registry->get('http');
 }