Netbeans + Yiiframewrok

Hello,

I want to start my first proyect with yii in netbeans and I cant do it, help me please. I read this wiki http://www.yiiframework.com/wiki/83/netbeans-ide-and-yii-projects/.

Thank you¡¡

Hello,

First of all, welcome!

Ok, create a new project. Then go in File - Project properties and find there: "PHP Include Path". There you should add a yii (source) folder. After that just ignore yiilite: Tools - Options - Miscellaneous - Ignored Files Pattern. Add there:


^(yiilite\.php|CVS|SCCS|....)



And restart & enjoy developing.

The best way to work with Yii and NetBeans is to install the PHP Yii Framework Plugin. Go to Tools - Options and search under Available Plugins for php yii. When you’ve installed the plugin, you can easily add the path to the script file under Tools - Options - PHP - Yii. You need to set your path to the framework yiic.php file.

At the last step on creating a new php application project you can activ the checkbox for using the yii framework in the NetBeans Project. After finishing, you can run your project and see the yii home website.