I’m reasonably comfortable with javascript and php; I’d say I’m an intermediate. I’m starting a new project that really does need to be built in something like an MVC framework. I’ve been looking into backbone.js, but for some reason the logic is just not sticking. I’ve poked around with OOPHP and of course working with jQuery, a certain level of “objectness” is inherent… but I can’t quite get my hands around the basic methodology of something like backbone.js.
Is there somewhere else I should start? A simpler MVC or maybe a good resource that I can work with that will help the concepts and methods stick?
It’s just such a paradigm shift. Compared to all the procedural stuff I’ve done thus far, it really is like learning a new language.
Also, I won’t be using a RESTful interface or anything, just good ole fashioned saving stuff to MYSQL via php.
If you are interested in learning the MVC approach using javascript, I would suggest to read Javascript Web Applications. You will also find a chapter on Backbone.
Take also a look at Backbone Patterns.