资 源 简 介
MADAL - MySQL Ajax Database Access Layer
MADAL allows one to quickly generate ajax enabled web-pages. MADAL is an open source database access layer for MySQL written in PHP and Javascript. MADAL generates documented PHP and Javascript source code from a MySQL relational database. The generated codebase enables object oriented access to the database hierarchy and auto-completion against database tables. MADAL also facilitates trivial implementation of Ajax enabled html inputs for insert/update/delete on database entries.
Inspiration: As I was developing a web application for for a graduate research project, I started to get sick of the required 3 pages every time I wanted an input to do an insert, update, or delete from the database in an Ajaxian way. Further, I didn"t like writing the simple SQL statements when I only wanted to access one field of one row. So, I developed MADAL.
MADAL generates PHP and Javasc