乐趣区

如何在phpstorm中查看yaf框架源码

1. 到 github 下载 yaf 框架的 doc

下载链接

https://github.com/haxianhe/php-yaf-doc.git

2. 解压 zip 包

3.phpstrom 配置

打开 phpstorm 开发工具,找到 Preferences…->php->Include Path:

4. 点击下方的 + 号,将上面解压后的目录添加到 Include Path 点击保存:

5. 验证一下配置是否成功

比如打开项目中的 index.php 入口文件:

按住 Ctrl 键同时点击 yaf 框架的类 Yaf_Application,如果能进去说明配置成功:

退出移动版