Revision #4 has been created by krillzip on Feb 9, 2009, 9:27:10 PM with the memo:
updated title to XP/Vista
« previous (#3) next (#5) »
Changes
Title
changed
Setting up yiic on WAMP (XP/Vista)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
unchanged
[...]
`yiic shell ..\index.php`
This command will start the local yiic shell that gives you access to the CRUD commands and even the commands that you build into your webapp.
Don't forget to configure your [database settings](http://www.yiiframework.com/doc/guide/quickstart.first-app#connecting-to-database "Configure database settings") in `protected\config\console.php`.