TinyAjax

November 17th, 2007 Arsen Posted in Patterns - PHP |

TinyAjax is php5 Ajax library modified and improved from SAJAX (see Multi-Language_Ajax_Frameworks).

  • AJAX enable your pages without having to write a single line of javascript
  • 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 behaviours
  • Integrate it with a template system (smarty-example included)
  • Easily have gmail style “Loading” notification when AJAX-code is executing
  • Use PHP-functions for both AJAX callback and regular code
  • Degrades gracefully, both IFRAME and when javascript is disabled
  • See SAjax page in AjaxProjects

Leave a Reply