改进多对多关联查询及预载入

This commit is contained in:
thinkphp
2016-04-17 22:34:12 +08:00
parent 14e44291e4
commit 3f7113558c
3 changed files with 104 additions and 20 deletions

View File

@@ -362,6 +362,7 @@ class Query
* @param boolean $except 是否排除
* @param string $tableName 数据表名
* @param string $prefix 字段前缀
* @param string $alias 别名前缀
* @return $this
*/
public function field($field, $except = false, $tableName = '', $prefix = '', $alias = '')