AJAX with Zend Framework

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
someberry
Forum Contributor
Posts: 172
Joined: Mon Apr 11, 2005 5:16 am

AJAX with Zend Framework

Post 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?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: AJAX with Zend Framework

Post 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.
Post Reply