1.到github下载yaf框架的doc
下载链接
https://github.com/elad-yosifon/php-yaf-doc/archive/master.zip
2.解压zip包
3.phpstorm配置
打开phpstorm开发工具,找到Preferences...->php->Include Path:
4.点击下方的+号,将上面解压后的目录添加到Include Path点击保存:
5.验证一下配置是否成功
比如打开项目中的index.php入口文件:
按住Ctrl键同时点击yaf框架的类Yaf_Application,如果能进去说明配置成功:
原文地址:https://www.cnblogs.com/jun1019/p/10203217.html
时间: 2024-10-07 18:03:09