注释修正

This commit is contained in:
ThinkPHP
2013-04-22 20:31:14 +08:00
parent db91f81567
commit 81a799ef7c

View File

@@ -813,7 +813,6 @@ class Model {
}else{ }else{
$this->options['where'] = $where; $this->options['where'] = $where;
} }
return $this; return $this;
} }
@@ -932,7 +931,7 @@ class Model {
/** /**
* 指定参数绑定 * 指定参数绑定
* @access public * @access public
* @param string $filter 指定过滤方法 * @param array $bind 指定参数绑定
* @return Model * @return Model
*/ */
public function bind($bind){ public function bind($bind){