I am developing jquery mobile application with php serverside. I want to know is there any way to split views ,controllers and models in jquery mobile.
Beacause writing views and controllers in one file is messing up with files.
How can i implement MVC architecture in jquery mobile.
I am developing jquery mobile application with php serverside. I want to know is
Share
After all my search i found backbone js will solve my problem i think. backbone.js2
backbone javascript is providing view, models and collections to achieve MVC architecture with jquery mobile. But yet to search is this how much it is compatible with google maps like driving views and that map directions.
Please discuss your thoughts.