AJAX with Zend Framework
Moderator: General Moderators
AJAX with Zend Framework
As the title says really. If the Zend framework grabs all URL's, then how does one perform an AJAX update/select/whatever? Wouldn't the framework grab the request and try and find a controller/view to put it with?
Re: AJAX with Zend Framework
You point the ajax requests the same as you would regular requests, into a controller/action combination. This does not necessarily has to involve the rendering of a view.