
Package:
MySQL Ajax Database Access Layer - MADAL
Summary:
Generate code to manage MySQL tables using AJAX
Groups:
AJAX,
Code Generation,
Databases,
PHP 5
Author:
Brent Rossen
Description:
This package can be used to generate code to manage MySQL tables using AJAX to avoid page reloading.
It can generate PHP code for MySQL model classes that can perform several types of operations like inserting new records,, setters and getters, initialize variables, generate form inputs, etc..
Another class can generate Javascript code that can send AJAX requests using jQuery to manipulate MySQL database table records.

