Configuring PhpStorm IDE for Yii 1.1

Comparing #4 with #5

Revision #5 was created by samdark samdark on Feb 27, 2013, 7:15:35 PM.

Added info about YiiStorm

Content

[...]
- Specify a path to PHPUnit.

- Complete code: `Ctrl+Space`.
- Show method arguments: `Ctrl+Q`.

Enhanced code navigation
 
------------------------
 
 
In order to be able to get from `render` or `renderPartial` to the view, from `widget` to widget class, from `relations` to model classes you need to [install additional plugin called YiiStorm](http://mazx.ru/).
 
 
Testing
-------

You should install PHPUnit to run unit tests.

1. PHPUnit.
[...]