Page 1 of 1

AJAX with Zend Framework

Posted: Wed Oct 29, 2008 9:10 am
by someberry
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

Posted: Wed Oct 29, 2008 3:23 pm
by Eran
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.