Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.03 KB

YiiStorm

YiiStorm is a plugin for PhpStorm that is adding code navigation enahancements for Yii framework based projects.

Features

  • Going from render and renderPartial to the view. Includes controllers, partials, widgets. Supports all ways of specifying a view, themes, smarty .tpl views, 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.

Installation

You can install plugin either directly from PhpStorm IDE settings or from mazx.ru.

Links