think-orm icon indicating copy to clipboard operation
think-orm copied to clipboard

model/Collection.php dictionary 需改进

Open lzlin opened this issue 4 years ago • 0 comments

示例: $gname = 'group'; $data = $data->dictionary(null, $gname);

dictionary的第二个参数string &$indexKey = null,采用引用传值,实际代码中没有对这个参数做任何改变,故不需要引用。 虽然没有任何问题,但调用时必须传入变量,影响代码简洁,望采纳改进

lzlin avatar Sep 14 '21 06:09 lzlin