tags:

views:

58

answers:

1

hi, i'm still new to yii framework. so, i want to try running yiic so that i could see the structure of the files created.

but, i could not run it in console. Does anyone have a solution? thanks.

I'm using wamp on win xp.

i go to the directory of the yiic framework

its in D:\wamp\www\framework\

and run yiic and any other variations per Larry Ullman's blog. but still got: "..." is not a recognizable internal/ external command...

How should i be able to run yiic? thanks.

+1  A: 

just read this:

http://www.yiiframework.com/doc/cookbook/3/

:)

bgreen1989