think-orm
think-orm copied to clipboard
model/Collection.php dictionary 需改进
示例: $gname = 'group'; $data = $data->dictionary(null, $gname);
dictionary的第二个参数string &$indexKey = null,采用引用传值,实际代码中没有对这个参数做任何改变,故不需要引用。 虽然没有任何问题,但调用时必须传入变量,影响代码简洁,望采纳改进