5b5243195d
flexible, reusable and efficient. Note: don't forget to avoid unnecessary tables! see <http://davespicks.com/essays/notables.html>. PR: 67461 Submitted by: Gerrit Beine (<tux@pinguru.net>)
11 lines
374 B
Text
11 lines
374 B
Text
The PEAR::HTML_Table package provides methods for easy and efficient
|
|
design of HTML tables.
|
|
|
|
* Lots of customization options.
|
|
* Tables can be modified at any time.
|
|
* The logic is the same as standard HTML editors.
|
|
* Handles col and rowspans.
|
|
* PHP code is shorter, easier to read and to maintain.
|
|
* Tables options can be reused.
|
|
|
|
WWW: http://pear.php.net/package/HTML_Table
|