Handling Ajax requests in the Zend Framework
Friday, October 26, 2007 4:57:17 PM
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.






