Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Dotvoid.com:
AJAX Framework Posted - Toxic
May 31, 2005 @ 11:42:47

With another AJAX toolkit for the web community to use, dotvoid has posted about his - Toxic.

I have finally managed to put together a release of my AJAX toolkit that I have been busy working on for some time now. It makes it very simple to call PHP methods from javascript. Callbacks can have a "soft" or "hard" binding making it easy to call calbacks in javascript from PHP. Even exceptions thrown in PHP are tranferred and can be caught as normal in javascript.

As my main goal is to minimize the tedious tasks in form intensive applications I am also adding automatic client side form validation routines. To really get rid of code I've also added a way of binding form fields to specific method calls so that you don't even have to specify parameters.

You can download this initial version here or check out his details for more information.

tagged:

Link:


Trending Topics: