摘要: exec ( "set names " . DB_CHARSET ); $this->pdo = $pdo; } function updatetone($where=''){ $sql = 'UPDATE ' . $this->tableName . ' SET clicknum=clicknum+1'. ($where == NULL ? $where : ' WHERE ' .... 阅读全文
posted @ 2016-11-22 15:14 坏小子1993 阅读(188) 评论(0) 推荐(0)