AJASON
Posted on: April 18, 2011 at 12:00 AM
This page discusses - 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>

Related Tags for AJASON:


More Tutorials from this section

Ask Questions?    Discuss: AJASON  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.