Softaculous 499 Site Design
PHP
  Blogs
  Micro Blogs
  Portals/CMS
  Forums
  Image Galleries
  Wikis
  Social Networking
  Ad Management
  Calendars
  Gaming
  Mails
  Polls and Surveys
  Project Management
  E-Commerce
  ERP
  Guest Books
  Customer Support
  Frameworks
  Educational
  Music
  Video
  RSS
  Others
JS
  Libraries
xAjax
Category : Frameworks
Version : 0.2.5
Views : 155 Views
Ratings : 5.000 out of 5
Votes : 1 Votes
Reviews : 0 Reviews
Space Required : 0.19 MB


 Add your Ratings  See Demo
 Write Review  Get Support





Ratings
  Total User Guest
 
1 0 1
 
0 0 0
 
0 0 0
 
0 0 0
 
0 0 0
Average Ratings 5.00 0.00 5.00
Overview XAJAX is an open source PHP class library implementation of AJAX. Applications developed with XAJAX can asynchronously call server-side PHP functions and update content without reloading the page.


Features
  • Unlike some other Ajax frameworks, xajax is designed to allow the programmer to have no prior knowledge of JavaScript.
  • The xajax PHP object generates JavaScript wrapper functions for the PHP functions you want to be able to call asynchronously from your application.
  • These wrapper functions use JavaScript’s XMLHttpRequest object to asynchronously communicate with the xajax object on the server which calls the corresponding PHP functions.