Changes
Title
unchanged
Starting with YII 1.1.x in Windows Environment (WAMP)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
newbie, yii, yiic
Content
changed
[...]
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[...]