1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

fix many bugs...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-13 19:29:11 +08:00
parent 056187c79f
commit 7f19057e1a
14 changed files with 197 additions and 715 deletions

View File

@ -344,12 +344,11 @@ class AmysqlModel {
/**
* 更新数据
*
* @param string $table
* @param Array $data
* @param string $where
* @param string $table 表名
* @param Array $data 数据
* @param string $where 更新数据依据
* @return int Affected 影响数
* @param string $content
* 更新数据依据
*
*/
public function _update($table, $data, $where = '') {
$this->Affected = 0;