Generating PHP (Admin) Tables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



One usage of PHP I find over and over is to create table interfaces,
usually used by the admin if a site.

It's really a shame to have to redo this code over and over.  Is there
any library or class that can handle it?

Good features would include:
* Given a SQL SELECT, create an HTML table
* Paginate (with links)
* Allow sorting ascending, descending (with links)
* HTML Escaping of contents

Other nice features would be:
* Allow editing
* Color coding
* Filtering

Any ideas?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux