Noch ein AJAX Framework für PHP
xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.
Aus der (viel längeren) Feature-List:
- Smarty support
- asynchronous Form processing (It even works with complex input names like “checkbox[][]” and “name[first]” to produce multidimensional and associative arrays, just as if you had submitted the form and used the PHP $_GET array)
Notiz für mich: Ausprobieren.

