Fix broken link

This commit is contained in:
Matt Ellis 2018-02-26 14:55:40 +00:00
parent 735a422d64
commit fe885f7cd4
No known key found for this signature in database
GPG Key ID: FA6025D54131324B

View File

@ -27,7 +27,6 @@ Features include: Goto for factories and template paths, autocomplete for factor
YiiStorm is a plugin for PhpStorm IDE that is adding code navigation enhancements for Yii framework based projects. YiiStorm is a plugin for PhpStorm IDE that is adding code navigation enhancements for Yii framework based projects.
Features are: Going from render and renderPartial to the view file. Includes controllers, partials and widgets. Supports all ways of specifying a view: themes, smarty .tpl views and external actions; Going from model name in relations() to the model class; Going from the $this->widget('path.to.widget.Class') call to the widget class; Going from controller actions() to action class. Features are: Going from render and renderPartial to the view file. Includes controllers, partials and widgets. Supports all ways of specifying a view: themes, smarty .tpl views and external actions; Going from model name in relations() to the model class; Going from the $this->widget('path.to.widget.Class') call to the widget class; Going from controller actions() to action class.
* [Official YiiStorm Web Site](http://mazx.ru/)
* [GitHub](https://github.com/cmazx/yiistorm) * [GitHub](https://github.com/cmazx/yiistorm)
* [YiiStorm in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7182-yiistorm) * [YiiStorm in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7182-yiistorm)