开发者_运维问答
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to using the Zend framework. Please give me information on how to integrate AJAX concepts with Zend, and try to give one example.
Zend Framework is a PHP framework and it doesn't force you to integrate AJAX in any special way. You can use AJAX like you normally do with javascript.
精彩评论