Wiki

Articles tagged with "phpstorm", sorted by viewsX
Displaying 1-3 of 3 result(s).

Configuring PhpStorm IDE for Yii

Created 2 years ago by samdarkTips13 comments – viewed 42,309 times – ( +50 / -1 )
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.
tags: IDE, PhpStorm

Setting up PHPUnit and Selenium with IntelliJ IDEA/PhpStorm

Created 8 months ago by rAWTAZHow-tos0 comments – viewed 9,213 times – ( +5 )
This article intends to summarize the steps taken to set up PHPUnit and Selenium for a Yii project, with IntelliJ IDEA Ultimate (the IDE). It was done on Mac OS X 10.6.

PHPStorm & NetBeans autocomplete problem

Created 2 months ago by StagelineTips0 comments – viewed 3,013 times – ( +16 )
The problem: If you type Yii::app()->user<ctrl+space> code completion didn't work. This solve it.