New module for testing - XajaxInterface - background JS calls to PHP
Posted: Fri Jun 10, 2005 2:50 am
xajax http://xajax.sourceforge.net/ is an open source PHP class library for easily creating powerful PHP-driven, web-based AJAX Applications. Using xajax, you can asynchronously call PHP functions and update the content of your webpage without reloading the page.
There are some similar projects, like Sajax, JPSpan etc, but xajax is as simple as possible. I just finished module, which completely encapsulated my needs for testing xajax on CMSMS : http://100rk.org/files/XajaxInterface.zip.
Do You want to see THIS demo http://xajax.sourceforge.net/thewall.php on Your page? Just install my module and paste code into Your page/template.
OR (I HOPE): do You want to use this module for Your purposes? GREAT!!!! Just adopt it, make proper English comments and post it on wiki - ANYBODY WHO LIKES IT.
Small tutorial how to use it in Your modules is in GetHelp() function - but all English texts are waiting for somebody who really speaks English.
I am waiting for Your comments/ideas - otherwise I will delete this file from my web in during next 14 days.
There are some similar projects, like Sajax, JPSpan etc, but xajax is as simple as possible. I just finished module, which completely encapsulated my needs for testing xajax on CMSMS : http://100rk.org/files/XajaxInterface.zip.
Do You want to see THIS demo http://xajax.sourceforge.net/thewall.php on Your page? Just install my module and paste code into Your page/template
Code: Select all
{cms_module module="XajaxInterface"}
OR (I HOPE): do You want to use this module for Your purposes? GREAT!!!! Just adopt it, make proper English comments and post it on wiki - ANYBODY WHO LIKES IT.
Small tutorial how to use it in Your modules is in GetHelp() function - but all English texts are waiting for somebody who really speaks English.
I am waiting for Your comments/ideas - otherwise I will delete this file from my web in during next 14 days.