UNIX BLOG

Blog for NIX system based administrators

xampp

Install YII framework on XAMPP in windows 7

In tutorial it is said to use yyic webapp ../yourproject. But php.exe is not working.   1. Download and unzip the Yii framework: http://www.yiiframework.com/download/ 2. unzip it into the folder in your c:\xampp\httpdocs 3. go to cmd.exe (command promot)  and type: cd c:\xampp\htdocs\framework\ or c:\xampp\htdocs\yii\framework depending how the YII framework folder installed. type yiic webapp […]

Tags: , , , , ,

Posted in Installation of Web-Scripts | 1 Comment »