排序
ThinkPHP6.0在phpstorm添加查询构造器和模型的代码提示
找到Model.phpvendor\topthink\think-orm\src\Model.php添加 * @method Query where(mixed $field, string $op= null, mixed $condition= null) static查询条件* @method Q...
PHPSTORM使用技巧
(1)PHPstorm设置让它默认就显示行号 Settings->Editor->General->Appearance 第四个勾选 show line numbers (2)PHPstorm在右侧显示当前页面中包含的函数(快捷键 ALT + 7) ...