I was looking at using the Ext JS 4.1 (http://www.sencha.com/products/extjs/) , it promisses to enable developers to use the model-view-controller (MVC) architecture when building their app.
can someone give me an example of how I can use the Ext JS 4 with MVC?
if I wanted to create a form using their code, it looks like I need to write a specific form code in JS for each form (with every element I want the form to have) I need, how is that MVC? I'd like an option to build a form using PHP (to retreive data like- name fields and field type, etc..) to make my JS create that form on it's own, by getting data from php..
I expected to see some sort of generic functions with params..
what am I missing?