Handling Ajax requests in the Zend Framework
Friday, 26. October 2007, 16:57:17
Typically, in addition to the Ajax response, you need a traditional page response to a request as well - for example, for browsers which don't support Ajax.
Let's look at some methods how one can detect if a request is an Ajax request and how to respond to them in the Zend Framework.







