Adding a 'Controller' class to my MVC based Sencha Touch project
问题 I have created a MVC SenchaTouch project. I have created a sample application where the user will enter the username and password and send it to the web service. The username, and password fields are suppose to be in the 'VIEW', and the 'sending it to the web service' functionality should be in the 'CONTROLLER'. In my program, the sending to the web service part is also there in the 'VIEW', so can someone please help me edit my code, so that i could have the 'send to the web service'