Lade / Loading...

ExtJS Generic Table Editor

This application provides a browser based interface to a single database table. It makes use of ExtJS 3.0 (Grid with RowEditor) and PHP 5 Sqlite database. It's based on and inspired of the ExtJS. Writeable Store Example. The database fields can be configured in one location and autogenerate the grid's columns as well as the database table and fields.

How to install:

  1. 1. Make shure your webserver provides PHP 5
  2. 2. Download the source code: generic_table_eidtor_1.3.zip and unzip to your webserver.
  3. 3. Donwload ExtJS 3.0 or later here: ExtJS and copy the contents in the folder named /scripts/extjs.
  4. 4. Point you browser to the index.php.

Finished!

How to configure:

To change the database name, table name and table fields simply change the settings in the /WEB-INF/config/config.inc.php. Note: the database is saved to the /WEB-INF/data folder.
You may want to change the controller and model classes in the /WEB-INF/classes folder. If so, make shure to provide the appropriate parameters in the config.inc.php.

Feel free to take a look at the most important files

License:

The Generic Table Editor is open source software. See license.txt. Make shure to check the Ext JS licnese, too.

$$tracker$$