Protected/controller Folder

hello…

I,m totally new to yii.Can any one tell me how use protected/controller folder.

thank you

Hi newsrv

In your Controller you can write the logic application code

In your Model the data application code, and in view folder anything related with displayed output

For MVC architecture check

http://www.yiiframework.com/doc/guide/1.1/en/basics.mvc

For controllers see the below links

http://www.yiiframework.com/doc/guide/1.1/en/basics.controller

http://www.yiiframework.com/doc/guide/1.1/en/quickstart.first-app