示例#1
0
文件: db.php 项目: seph89/AmmProject
 public function query($query)
 {
     // Esegue le interrogazioni al DB
     $this->result = @mysql_query($query) or conf::showerror();
     return $this->result;
 }