Exemple #1
0
 public function __init()
 {
     // init dao
     parent::__init();
 }
 public function __init()
 {
     // init dao
     parent::__init();
     $this->mongo = new Ihush_Mongo();
 }