Пример #1
0
 function iteminfo_import($cons, $values)
 {
     $str = DbConn::table_insert_import('iteminfo', $cons, $values);
     $this->con = DbConn::initDb();
     return mysql_query($str, $this->con);
 }