AJASON 0.9 review

Download
by rbytes.net on

AJASON is a PHP 5 library and JavaScript client for the upcoming Web technology called AJAX

License: GPL (GNU General Public License)
File size: 0K
Developer: Sven Jacobs
0 stars award from rbytes.net

AJASON is a PHP 5 library and JavaScript client for the upcoming Web technology called AJAX. AJAX permits data to be fetched asynchronously without the need for reloading the Web page and thus allows the development of interactive GUI-like Web applications.

JSON is a lightweight data interchange format which is used by AJASON to exchange data between server and client.

Here are some key features of "AJASON":
Fully object oriented code in PHP 5 and JavaScript
Call PHP functions and object methods from JavaScript asynchronously
Exchange even complex data types like arrays and objects (precisely object properties) between server and client
Use JavaScript callback functions to process server responses
Client side error reporting for server side AJASON errors
Open source released under the GNU GPL

Requirements:
Web server with PHP 5 module
JavaScript enabled browser, preferably a current Mozilla based browser

What's New in This Release:
This release has a new option Ajax::EncodeOption, which allows it to encode return values to UTF-8.
Third party JSON libraries have been updated.
Minor code beautification.

AJASON 0.9 keywords