示例#1
0
 function ModelBase()
 {
     parent::MysqlModel();
     $this->provider->debug = FALSE;
     $this->provider->properties = $GLOBALS['AppConfig']['db'];
 }