| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| readme.txt | 2011-03-25 | 2.1 kB | |
| hta.zip | 2011-03-25 | 1.0 MB | |
| Totals: 2 Items | 1.0 MB | 0 |
HTMLTableAdmin - README Name: HTMLTableAdmin Version: 1.0 Release date: 2010-12-13 Author: Paul Karagodin Copyright (c) 2010: Paul Karagodin RUSSIA URLs: http: www.sourceforge.net/projects/tbladmin Description: HTMLTableAdmin - is a PHP program for administrating, import, export and displaying HTML tables in selected order and/or category. Main Features: * Create, update, backup, restore tables * Add, move, remove columns and rows * Edit any cell content with WYMEditor (http://www.wymeditor.org/) 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 PHPExcel class http://phpexcel.codeplex.com), CSV, HTML (tidy http://pecl.php.net/package/tidy can be used here for pretty output) formats 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:) Installation: 1. copy the folder on your Web server 2. import mysql-dump from db.sql file to your MySQL-server. Use utf8_unicode_ci encoding. 2. set connection params and other parameters in the inc/config.inc.php License Copyright (C) 2010 Paul Karagodin HTMLTableAdmin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. HTMLTableAdmin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Also see LICENSE.txt file included with HTMLTableAdmin. ============================================================