bumped, as I would like some answers regarding this as well
can somebody tell me how to use Ajax with Zend Framework???????????????
or is there any supporting library for Ajax in Zend Framework?
bumped, as I would like some answers regarding this as well
The easiest way to check the request in your controller actions to see if its an ajax request then you can use Zend_Json or make your view script an xml return if it is.
$this->_request->isXmlHttpRequest() will return true if your ajax call has set the proper header. If not you can usually set the header with you JS framework.
If you have more specific questions please ask, this is a fairly broad topic and there are many ways to pull it off.
Zend Framework Resources: Zend Webinars | Reference Manual | API Docs | Books | FreeNode: #zftalk
Getting Started Tutorials: Getting started with ZF | Getting started with Zend Auth