MySQL Ajax Database Access Layer - MADAL 1.0
MADAL allows one to quickly generate ajax enabled web-pages.
MADAL is an Ajax based database access layer for MySQL written in PHP and Javascript. It generates PHP and Javascript/jQuery source code that is well documented, so you can use your IDE's auto-completion against database tables and fields. The documentation was designed with PHP Eclipse in mind, but should work for any IDE that recognizes PHP doc.
Downloading: PHP Classes has only example and main classes, for the full working code, please download from the Google code project link: http://madal.googlecode.com/files/madal.zip
Here's how simple using MADAL is:
$table_name->print_FieldName_input_setter();
This will give you an input field (text, checkbox, textarea, or datepicker) that updates the database FieldName of the row represented by $table_name onblur (see attached images). Pretty simple, right? MADAL also generates Javascript objects that allow you to update the database based on your own custom fields.
For example:
Classroom2.set_capacity(33);
This will make an ajax call to the MADAL web service. Much simpler than writing a custom update page for every field of the database, and custom classes for every table.
Core components:
* PHP
* MySQL
* Javascript (with jQuery)
Features:
* PHP Model - generates a set of PHP classes that mirror your database format
* Javascript Model - generates a set of javascript/jQuery classes that mirror your database and allows for easy client side display and modification
* MADAL Web Service - generates an easy to use web-service for accessing your database (includes instructions for implementing security)
* Easy ajax - simply print the input field and you've got an ajax enabled field
* Field validation - input fields are validated for their type
* jQuery ui themes - MADAL includes the whole set of default jQuery ui themes for easy styling of your pages. You can also add more using the jQuery ui theme roller.
* Optimistic concurrency - if more than one user is accessing a piece of data, and one of the users updates a field, then the other user updates the same field (but has out of date information), the second user will receive a notification that the field is in use, and the page will auto-refresh thus retrieving the most up-to-date data.
More popular Database Tool
- PHP DataGrid 4.2.8 (1 year, 6 months 6 days ago)
- ajaxCRUD 5.0 (2 years, 4 months 27 days ago)
- phpMyDataGrid 2007 - AJAX Enabled Datagrid 1.0 (2 years, 4 months 27 days ago)
- XAJAX Grid 1.0 (2 years, 4 months 27 days ago)
- PHP MySQL Connection Class 1.0 (2 years, 9 months 1 day ago)
Listing Files

example_usage_simple- 1.4 KB
- 04/01/2010 20:43:09

web_service.php- 7.1 KB
- 04/01/2010 20:43:09

date_example.png- 25.3 KB
- 04/01/2010 20:43:09

DBStructure.php- 14.0 KB
- 04/01/2010 20:43:09

wysiwyg_example.jpg- 22.2 KB
- 04/01/2010 20:43:09

GenerateMVC.php- 2.1 KB
- 04/01/2010 20:43:09

example_usage_relational- 4.6 KB
- 04/01/2010 20:43:09

example_interface_simple- 6.5 KB
- 04/01/2010 20:43:09

DBElement.php- 5.2 KB
- 04/01/2010 20:43:09

example_interface_db_schema- 6.0 KB
- 04/01/2010 20:43:09

madal-2010-04-01- 116.7 KB
- 09/19/2010 23:40:43

ClassGenerator.php- 33.1 KB
- 04/01/2010 20:43:09

ClassGeneratorJavascript.php- 8.3 KB
- 04/01/2010 20:43:09

example_interface_detailed- 47.7 KB
- 04/01/2010 20:43:09
- FREE MySQL Cloud Database Super Simple, Zero-Management MySQL Cloud DB. Use It FREE!
- Pinterest clone Start your own pin board social network today. Get Pintastic and start your own pinterest clone network.
- MYRE Real Estate Software Professional Real Estate solutions by MYREPHP PROGRAMMING!
