Ajaxdo - Ajax persistent Data Objects framwork

Overview:

Ajax Data Objects (ajaxdo) provides an easy DB persistency framework for JavaScript objects. Ajaxdo enables runtime loading, saving, deleting and listing of JavaScript objects stored on the server DB. Using Ajaxdo can dramatically reduce sever side code and make web 2.0 application port easily from one server-side programming language to another.

Content:

Ajaxdo JavaScript is located in the Ajaxdo folder The PHP server side implementation can be found under the ajaxdo_php folder, please configure DB properties in the config.php file Examples can be found in the examples folder, create the appropriate DB schema and tables before running the examples (see .examples/ ajaxdo_example.sql)
Please consult the online documentation and getting started document at: http://spacebug.com/projects_ajaxdo.html