PHP AJAX

PHP AJAX is a framework for write ajax applications without write a line of Javascript, only writing PHP classes.
Download

PHP AJAX Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • PHP Ajax Team
  • Publisher web site:
  • http://www.phpajax.org/

PHP AJAX Tags


PHP AJAX Description

PHP AJAX is a framework for write ajax applications without write a line of Javascript, only writing PHP classes. PHP AJAX is a framework for write AJAX applications without write a line of Javascript, only writing PHP classes. It is full compatible for PHP 4 and greater.HOW PHPAJAX WORKSThe only think you need to do for have ajax application with phpajax is inherit the "phpajax" class then override the method main, there you need to put the action to do.Optionally you can override the method input, for read inputs from the client, and loading, for set what action do while the ajax request is in process.class ajax_app extends phpajax { function input() { } function loading() { } function main() { } }Then in your HTML Code you need to a javascript function with the same name of the phpajax class.< a href="#" onclick="ajax_app()" >Trigger Ajax< /a >About AJAXAJAX (Asynchronous JavaScript and XML), or Ajax, is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes so that the entire web page does not have to be reloaded each time the user requests a change. This is intended to increase the web page's interactivity, speed, functionality, and usability.


PHP AJAX Related Software