View Single Post
  #2 (permalink)  
Old 03-03-2008, 11:12 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default

Well these are my thoughts, which may be wrong, but I have been using JQuery to do AJAX requests. AJAX is more of a front-end realm so it really doesn't have much to do with PHP. The only thing AJAX related that Zend can do is Zend_Json

One thing you might want to be doing is turning off the viewRenderer?

Quote:
Originally Posted by murugesanme View Post
Hi,

I need to do one small ajax call using ZF. I tried in our normal method. That is one php file and whne onchange one list box value, i will call the JS function and it will call the Ajax function and send the request. But i am getting "Error". How to do Ajax calling? Give me a small example for this.

- mugesh.
Reply With Quote