예제 #1
0
 public function ModelBase()
 {
     parent::mysqlmodel();
     $this->provider->debug = FALSE;
     $this->provider->properties = $GLOBALS['AppConfig']['db'];
 }