raanan
5 Feb 2012, 11:01 PM
Hi,
In the last few days I've been working with Designer 2.0 beta and I'm very pleased with the new version that enables you to prepare the entire MVC basic structure throw it.
The only thing that I couldn't understand is what are the differences between the Implementation Class and the Controller classes in an Ext JS MVC application.
Them both have the same comment "You should implement event handling and custom methods in this class", and looks like they meant for the same purpose.
Currently I prefer to use the controller, and the implementation class is just an empty wrapper in my MVC application (located under view directory and wrap the classes located under view/ui).
What is the right approach?
Thanks for any clarification answer.
In the last few days I've been working with Designer 2.0 beta and I'm very pleased with the new version that enables you to prepare the entire MVC basic structure throw it.
The only thing that I couldn't understand is what are the differences between the Implementation Class and the Controller classes in an Ext JS MVC application.
Them both have the same comment "You should implement event handling and custom methods in this class", and looks like they meant for the same purpose.
Currently I prefer to use the controller, and the implementation class is just an empty wrapper in my MVC application (located under view directory and wrap the classes located under view/ui).
What is the right approach?
Thanks for any clarification answer.