Article shows how to create Ajax forms with server-side actions using the Dojo toolkit and Zend Framework. Shows creation of a sample user login form that uses dojo.io client-side packages and Zend_Controller and Zend_Filter_Input server-side packages.
Back in the browser, the JavaScript used to handle the Ajax response gets invoked and we replace the old content area with the new stuff. It would be great if we were done at this point, however, this strategy requires each link (and button click) to be converted into an Ajax request -- so we i...
Thu, Dec 10 | from Sun Bloggers