How to intend controller file

I have method ‘index’ in class ‘hello’

While user send request: http://xyz.com/index.php?r=hello/index then method ‘index’ in class ‘hello’ will be run.

Please help me, thanks.

Your request addresses the method actionIndex() of controller HelloController. Read more here.

/Tommy

Thanks.