is there a yii shell for interactive testing

Hi All

today I noticed that an AR object in my webapp didn’t have what I expected it to have.

At that momentent I could really use something that is available in Ruby on Rails, a console that lets you interact with your application from the command line.

Does Yii have something like this ?

thnx

Luca

I am not expert of RoR, what kind of console you’d like?

From inside your protected folder type:




yiic shell config/main.php



HTH,

Cheers

Thats what I was looking for!!!

thnx a lot!!