YiiStorm
YiiStorm 0.5b (stable)
YiiStorm 0.7.2b (in test-drive)
Changelog:
v0.7.4b - 05.04.13
v0.7.1b - 05.04.13
v0.5b - 27.02.13
- Support controller-to-CAction link from actions() by "application.path.of.classname"
- Several fixes
v0.4.2b - 23.02.13
- Support multilevel controller path like controllers/path/to/controller
v0.4.1b - 22.02.13
- Supports themes for Controller::render[Partial]() - links to protected/themes/themename/views/view
v0.4b - 20.02.13
- Link $this->widget("Class") fix
- Link widget::render() and widget::renderPartial() supports
- Link render('/absolute/module/path/to/view') supports
- Link render('view.tpl') for Smarty templates supports
v0.4a
- Link from CAction "render" and "renderPartial" to view for first Controller using that CAction (first
search in session maybe slow 200~1000ms, after that this link cached till PhpStorm not closed).
- Link from "$this->widget('path.to.widget.Class')" to widget Class file.
- Link from view to view through "$this->render" and "$this->renderPartial" methods call.
v0.3
- Link from controller to view through view name in "render" and "renderPartial" methods call.
- Link from relation to related model through class name