|
|
Flexible AJAX
|
PHP Based Frameworks
|
Flexible Ajax is a handler to combine the remote scripting technology, also known as AJAX (Asynchronous Javascript and XML), with a php-based backend.
The AJAX Technique is best described in the wikipedia article and the original article on adaptivepath.com, giving the technique the name AJAX.
Basically, Flexible Ajax is the tool to call php functions from within javascript and handle the returned values, without having to reload the entire page.
Facts about Flexible Ajax
written in PHP5 using object-oriented code
consists of a client and a server handler
allows separation of the client-code and the server-code
get and post methods supported
easy to implement into existing code
Demo Download
Read more...
|
|
|
|
|
|
|
|
|
|
|
|