Hi!
I need to combine
- a ajax-driven RIA frontend, using for example JQuery layout plugin (http://layout.jquery-dev.net/demos/complex.html) or ExtJs (http://www.extjs.com/deploy/dev/examples/layout/complex.html), with...
- a php mvc backend, using for example Zend MVC, CodeIgniter or Kohana
Where can I find info on how to set up the application structure/logic? What to put on the client/javascript side, and what on the server side? Maybe the traditional mvc framework paradigm with templates/views isn't the right thing here?
Links to examples, tutorials, blogs are very welcome!