Exemplo n.º 1
0
 public function __init()
 {
     // init dao
     parent::__init();
 }
Exemplo n.º 2
0
 public function __init()
 {
     // init dao
     parent::__init();
     $this->mongo = new Ihush_Mongo();
 }