|
|
TinyAjax
|
PHP Based Frameworks
|
TinyAjax is a small php5 library that allows you to easily add AJAX-functionality to existing pages and create new AJAX-enabled pages with just a few lines of code
Features:
AJAX enable your pages without having to write a single line of javascript
Retrieve data from page and pass it as parameters to callback function
Fetch form-data to a $key->$value array like $_POST in callback
Degrades gracefully, IFRAME fallback and easy fallback when user has javascript disabled
Use PHP-functions for both AJAX callback and regular code
Call PHP functions in classes or as separate functions, you can even extend TinyAjax by subclassing it
Let your PHP-code set which elements to alter and with what using behaviors
Integrate it with a template system (smarty-example included)
Generates script and stubs, javascript and php-functions use the same name
Easily have gmail style "Loading" notification when AJAX-code is executing
Documentation Demo
Read more...
|
|
|
|
|
|
|
|
|
|
|
|