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