AjaxCore

AjaxCore is an open source PHP framework that aims the ease development of rich AJAX applications, using Prototype's JavaScript standard library. This means it uses Prototype as the core for making the AJAX requests, as it's proven to be reliable on any browser, plus adding all Prototype's features and shortcuts that reduce typing and help avoid the reinvention of the wheel.

The framework is really easy to use, you can start using AjaxCore right away as it doesn't require you to learn anything new. All functionality is build into a PHP class file that you'll have to extend with your custom requirements, and then bind HTML elements with PHP functions that will called when the appropriate JavaScript event is triggered, thats all you have to handle, also optionally you may send HTML elements by just attaching their IDs and the framework will do the rest.

AjaxCore 1.4.0

Postby » Sat Sep 20, 2008 11:05 pm

There's a new kid in town which addresses several of fixes and improvements to the class yet maintaining compatibility with previous versions of AjaxCore. Notice some "incompatibilities" may appear because the class now throws lots of Warning messages when incorrect values are used within the class method's, but they should be fixed at lightning speed just checking AjaxCore's error messages.

Also a lot of effort has been made to make the class easier to use, in order to achieve that goal some methods has been deprecated ( throwing a warning which can be disabled modifying the first line of the class ) and some methods has been added like onLoad's ones, and other has been injected with steroids to work better with unescaped strings like arrays for params and JavaScript specific behavior.

The full changelog is below
    +Added new schema for passing values on the binding methods, which is really string against unescaped chars and works flawlessly using an array where you may choose the v...
cron