Exemplo n.º 1
0
 function __construct()
 {
     $this->db = Factory::create();
 }
Exemplo n.º 2
0
 public function _initDb(\Yaf\Dispatcher $dispatcher)
 {
     \Db\Factory::create();
 }