AJASON

This page discusses - AJASON

AJASON

AJASON

     

PHP 5 library and JavaScript client for AJAX. Fetch data asynchronously and develop interactive GUI-like Web applications. Call PHP functions and object methods from JavaScript and exchange even complex data types between client and server.

Read full Description

Ajason is JavaScripts client and PHP library for Ajax web technology. The Ajax allows interactive GUI developments. it allows fetching data asynchronously without reloading of web page. AJASON uses JSON (A light weight components) to exchange data between client and server.

Features of AJASON

1. Completely object oriented code developments in AjavaScript and PHP5

2. It Calls the Objects methods and PHP functions from JavaScripts asynchronously.

3. Allow exchange of complete data types between client and server.

5. It used callback function of JavaScript for server response processing.

6. Allows client side error reporting.

7. It is an open source released under GNU GPL.

AJASON requires JavaScript enabled browser, web server with PHP 5 modules.

Using AJASON

At first include the json.js and Ajax.js files in your PHP/HTML documents in the head section as.

<script type="text/javascript" src="javascript/ajax.js"></script>
<script type="text/javascript" src="javascript/json.js"></script>