Revision #5 has been created by mishhh on Feb 21, 2009, 1:01:13 PM with the memo:
changed title for organizing purpose
« previous (#4) next (#6) »
Changes
Title
changed
Setting How to setup 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`.