join('__counts__ on __choices__.id = __counts__.cid and __choices__.vid = __counts__.vid')->order($order)->select();是什么意思,我看不懂,求解释,谢谢了。
相当这样
... inner join counts on choice.id = counts.cid and choices.vid = counts.vid order by $order;
__COUNTS__ 若是有设置表前缀的话,会自动加上 如 t_ 那么 __COUNTS__ 解析后就是 t_counts
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号