我将PhpStorm配置为以下内容:http://www.yiiframework.com/wiki/92/configuring-phpstorm-ide-for-yii/
自动完成功能现在适用于我。但是当我编写自己的组件时,我无法获得方法,变量和属性。
我做了什么:
在CApplication.php中我添加了:
@property mixed testComponent
在myComponent.php中我添加了:
/* @property string $theVar
* @method thefunction
*/