Configuring PhpStorm IDE for Yii 1.1

Comparing #5 with #7

Title

Configuring PhpStorm IDE for Yii 1.1

Yii version

1.1

Tags

IDE, PhpStorm

Content

> Note: This article explains the settings for Yii 1.1. For Yii 2 there is [another Wiki article](https://www.yiiframework.com/wiki/865/configuring-phpstorm-ide-for-yii-2).
 
 
Code completion
---------------
1. Exclude `yiilite.php` from index:
- `File → Settings → IDE Settings → File Types`.
- `yiilite.php` to `Ignore files and folders`.
2. Exclude not used directories, specify resources.
[...]