I am looking to integrate an ajax-driven RIA frontend, utilizing 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, potentially using Zend MVC, CodeIgniter, or Kohana
Where can I discover guidance on configuring the application structure/logic? What elements should be implemented on the client/javascript side versus the server side? Should I rethink the traditional MVC framework approach with templates/views in this situation?
Any references to examples, tutorials, or blogs would be greatly appreciated!