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