Published on 2005-07-18 08:30:05
Joshua Eichorn posted a proposal of HTML_AJAX to PEAR. The current feature set is:
- Ability to register multiple classes on one page
- JSON is used for communication in both directions (I made add JPSpan xml from JavaScript to server as well)
- Class are exposed to Javascript as classes
- POST is used for sending requests
- Decent JavaScript error handling (right now there is an alert catch on the errors, but we might just leave the exceptions alone at some point)
Currently the code is available here until it become available at pear.php.net.
Related Entries
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved