Starting with YII 1.1.x in Windows Environment (WAMP)

Comparing #11 with #12

Content

[...]
Example
C:\wamp\www\yii\framework;
C:\wamp\bin\php\php5.4.16** ;

** Your php path

 
Save the paths. Now we can create yii application from command prompt using yiic webapp command.

Create Application
------------------
For yii application from command prompt using yiic webapp command In command prompt goto **C:\wamp\www** ( Where the application want to create ) .
Execute command yiic , Now you can see the options message ,migrate, shell, webapp , webapp is used to create new yii application . So execute command
[...]