HTMLTableAdmin Code
Brought to you by:
pkaragodin
| File | Date | Author | Commit |
|---|---|---|---|
| css | 2010-12-13 | pkaragodin | [r1] |
| img | 2010-12-13 | pkaragodin | [r1] |
| inc | 2010-12-13 | pkaragodin | [r1] |
| js | 2010-12-13 | pkaragodin | [r1] |
| ajax.php | 2010-12-13 | pkaragodin | [r1] |
| cell_edit.php | 2010-12-13 | pkaragodin | [r1] |
| readme.txt | 2010-12-13 | pkaragodin | [r1] |
| tbladmin.php | 2010-12-13 | pkaragodin | [r1] |
| test.php | 2010-12-13 | pkaragodin | [r1] |
TblAdmin - is a PHP program for administrating a lot of tables. Main functions: Create, update, backup, restore tables Add, move, remove columns and rows Edit any cell content with <a href="tinymce.moxiecode.com">TinyMCE</a> by double-click Turn off columns, rows or tables so they wouldn't display in show mode Manipulation with html attributes (such as "border" "class" etc.) for each table Add, edit, remove categories for each table Display each table individually or display all tables sorted by one of parameters and/or one of category Paging for display all tables Export in XLS (using <a href="http://phpexcel.codeplex.com/">PHPExcel</a> class), CSV, HTML (<a href="http://pecl.php.net/package/tidy">tidy</a> can be used) format for all or only for selected tables Import in CSV format Program has flexible configuration and maximum ajaxified with help of JQuery and robust coffee:)