| PEAR Announce 2006-10-20, 7:00 pm |
| The new PEAR package HTML_Table-1.7.4 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- Request #9102: it is now possible to set attributes for the
<thead>, <tfoot> and <tbody> tags by using something like
$thead->setAttributes(array('id' => 'example')); (similar for $foot and $tbody)
(thanks to Pavel Dobes, dobes at lnx dot cz)
- this package is now licensed under the New BSD license
Package Info
------------
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.
For auto filling of data and such then check out http://pear.php.net/package/HTML_Table_Matrix
Related Links
-------------
Package home: http://pear.php.net/package/HTML_Table
Changelog: http://pear.php.net/package/HTML_Table/download/1.7.4
Download: http://download.pear.php.net/packag...Table-1.7.4.tgz
Authors
-------
Mark Wiesemann <wiesemann@php.net> (lead)
|