首页 > PHP资讯 > PHP培训技术 > 配置PHPStormIDE集成Yii框架教程(图文)

配置PHPStormIDE集成Yii框架教程(图文)

PHP培训技术

配置

  1. 从索引中排除?yiilite.php:
    • File → Settings → IDE Settings → File Types.
    • yiilite.php?to?Ignore files and folders.

    .

  2. In your IDE:?Run → Edit configurations.
  3. Press "+".
  4. Name: anything.
  5. Test: depending on what do you want to test select an appropriate option. Specify path.
  6. Use XML configuration file: specifying path to?phpunit.xml. Often it's?path_to_your_webroot/protected/tests/phpunit.xml.
  • 运行测试使用?SHIFT+F10快捷键.

OK,现在这样就可以简单的支持yii framework了。

最新的phpstorm能智能识别yii的framework:

当用yiic创建的项目以后,需要手工做一些设置

File, Settings(mac下是phpstorm,preference),Project Setting ,Directories

标记当前项目的protected/runtime, assets为excluded
标记工程项目的根目录为resource root

点击Add Content Root,把yii框架的路径添加进来,标记cli/views目录为excluded

另外,需要排除yiilite.php,否则会补全多次,File,Settings,File Types,右下角的ignore files里面添加yiilite.ph

PHP培训技术

本文由欣才IT学院整理发布,未经许可,禁止转载。
支持4不支持0