Beispiel #1
0
 public function __construct()
 {
     $this->dao = common\loadClass::getDao('User');
 }
Beispiel #2
0
 public function _after()
 {
     common\loadClass::getDao('User')->closeDb();
 }