My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

NOTE: This project is now defunct/deprecated! Someone else is moving forward with the original SAjax library (see http://www.sajax.info/) and I have renamed my effort to KAjax (no publicly available source yet). If you are interested in SAjax, I suggest you look to http://www.sajax.info/.

SAJAX (from Modern Method) is a quick, easy-to-understand implementation of AJAX technology. I made some small changes to the SAJAX library for my own personal needs, but figured I would make the code available if anyone else wishes to use it. SAJAX 0.14 (for PHP) includes the following changes (and limitations):

Notes and features:

  • This modified version of SAJAX only supports PHP >= 5.2.0

  • Designed to be backwards-compatible with SAJAX 0.12 deployments, although I make absolutely no guarantees about the accuracy of this statement. You will have to test it out yourself and let me know if you have any problems.
  • Allows exporting of PHP object methods (e.g. sajax_export('WebServices::AddBlogEntry')
  • Allows passing JavaScript objects in AJAX requests.
  • Allows you to call methods using sajax.SomePhpMethod() style notation.

Kris Oye

Powered by Google Project Hosting