Assuming that you are using Cakephp (is there any other MVC framework - my personal bias coming to the fore) Some older cake/ajax tutorials are based on protoype but can easily be adapted
Marc Grabanski (part of jQuery UI team) > The CakePHP core is moving to jQuery. I'll be helping on that effort to > convert existing prototype code to jQuery. Then I my plan is to make a > jQuery UI ajax framework on top of CakePHP. > > Just a heads up. > sounds great to me :) http://blog.wekeroad.com/2007/10/25/how-mvc-jquery-and-subsonic-will-make-you-smile/ http://jollytoad.googlepages.com/mvcusingjquery http://weblogs.asp.net/mikebosch/archive/2008/02/15/asp-net-mvc-submitting-ajax-form-with-jquery.aspx http://marcgrabanski.com/ http://bakery.cakephp.org/articles/view/jquery-image-upload-crop http://www.davidgolding.net/cakephp/ajax-file-uploading-with-cake-and-jquery.html 2008/10/20 greenie2600 <[EMAIL PROTECTED]> > > Hi all - > > I'm looking for a good tutorial on the MVC pattern in the context of > jQuery AJAX apps. (I'm using a PHP back-end, if that matters.) > > I understand basic design patterns such as the singleton, the strategy > pattern, etc., but I've never really grokked MVC. From what I know of > it, it seems like it's especially appropriate for complex AJAX apps > (please correct me if I'm wrong). > > I've Googled, but haven't found much. Is there anything out there that > (1) provides a good explanation of MVC, and (2) illustrates its usage > in an AJAX-based (preferably jQuery-based) application? > > Thanks! >