Ejemplo n.º 1
0
 public function insert()
 {
     $result = Base_Common::pputHttpSQS($this->getDbTable(), $this->logArr);
     if (!$result) {
         $fp = fopen(Base_Common::$config['vars_dir'] . 'error.log', 'a+');
         fwrite($fp, var_export($this->logArr, true));
         fclose($fp);
     }
 }