|
|
|
|
|
|
Using the Zend Framework plugin system for server-sided Ajax request identification
In an earlier article "Gluing Ajax with the Zend Framework" I'm using a doclet called @ajaxaction to mark actions that are handling Ajax requests. If using the Prototype, jQuery or mootools libary, these requests differ from pure HTTP request by having a currently non-standard "X-Requested-With = XMLHttpRequest" header and their response mostly doesn't get rendered via a view. Unless you might use AXAH(Asychronous XHTML and HTTP) where the server might respond with snippets of XHTML to insert into the targeted DOM area.
| Author: |
Raphael Stolt
|
| Zend Framework Version: |
0.8.0
|
|
|
|
|
|
|
|
|
|