XOAD is a PHP based AJAX/XAP object oriented framework that allows you to create richer web applications., (*1)
XOAD, formerly known as NAJAX, has many benefits:, (*2)
- it uses JSON and native PHP serialized objects to communicate,
- special attention has been paid to security,
- supports server side events (observation),
- client side events (XOAD Events),
- server and client extensions,
- HTML manipulation (extension),
- Caching (extension).
And more:, (*3)
- each class, method and variable is documented,
- easy tutorials to get started using XOAD.
Tutorial
XOAD's tutorial (as seen in docs/tutorials/
) is available online. Note the class reference is not available online and is part of the download only., (*4)
NOTE on XOAD's license:
Essentially, the license gives you the right to use, distribute and modify
XOAD as much as you want, for both COMMERCIAL and NON-COMMERCIAL use. You
just have to make it clear to the user that what you have distributed
contains XOAD., (*5)
For more information take a look at the LICENSE file or visit:
http://www.php.net/license/3_0.txt, (*6)
XOAD comes with cssQuery:, (*7)