Instant Custom Data Editor: DHX Quick Tables
5
Jan
// php the_time('Y') ?>
DHX Quick Tables is a 1 file PHP script that enables anyone to create a customized backend for MySQL databases with 2 screens:
- for guests: just view the tables
- for administrator: view, edit, add/delete pages
The script comes with a web-based installer that guides you to define the database connection information.
After that, you can customize the fields of the database by selecting if they can be sorted, edited, in which order they will be displayed & more.
DHX Quick Tables is very functional who wants to build an instant backend for their applications or create an interface that will display a tabular data.
Requirements: PHP
Website: http://www.dhtmlx.com/blog/?p=144
Demo: http://www.dhtmlx.com/docs/products/devExchange/EH65...
Website: http://www.dhtmlx.com/blog/?p=144
Demo: http://www.dhtmlx.com/docs/products/devExchange/EH65...
- Tags:
Mysql Php
- Filed under: Database, GPL License, Goodies
- 4 Comments



















4 Responses for "Instant Custom Data Editor: DHX Quick Tables"
This script is not localized, it cannot handle umlauts etc in some case as there is no way to define any charset
it’s a quick shot, aimed at english content, in the moment unhandy for other languages
“it cannot handle umlauts”
If you are using UTF as a database locale, it will process any characters (it doesn’t have configuration for different locales yet, but it is an early preview).
says released under GPL. but code is encrypted, unreadable, and untrusthworthy.. DO NOT RECOMMEND.
Steve, the code included in Quick Tables is compressed. If you need the full js code, you can download dhtmlxGrid package from this page: http://dhtmlx.com/docs/products/dhtmlxGrid/
dhtmlxGrid was used as a client-side part of Quick Tables and is delivered under GPL as well.