» Version | » Information |
---|---|
1.8.4 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.8.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.8.4 Release date: 2016-07-15 02:38 UTC Release state: stable Release uploaded by: cweiske Changelog: - Add PHP5-style constructors - Fix #20546: Undefined index: attr when calling getCellAttributes on cell without attributes Dependencies:
|
1.8.3 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.8.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.8.3 Release date: 2010-04-05 21:12 UTC Release state: stable Release uploaded by: wiesemann Changelog: - Request #16984: added a __toString() method, i.e. "echo $table;" is now possible (thanks to Andreas Sjöberg) - Bug #17073: enhanced E_STRICT compatibility (thanks to Andrea Bakker and Daniel O'Connor) Dependencies:
|
1.8.2 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.8.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.8.2 Release date: 2007-12-17 15:46 UTC Release state: stable Release uploaded by: wiesemann Changelog: - Bug #12705: the <col> tag is now XHTML compliant (thanks to Denny Shimkoski) Dependencies:
|
1.8.1 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.8.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.8.1 Release date: 2007-06-25 12:44 UTC Release state: stable Release uploaded by: wiesemann Changelog: - minor internal correction to avoid a non-terminating loop when users pass a boolean instead of a numeric value for $body (new parameter in various methods that indicates the number of <tbody> part since version 1.8.0) Dependencies:
|
1.8.0 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.8.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.8.0 Release date: 2007-05-15 15:45 UTC Release state: stable Release uploaded by: wiesemann Changelog: - added support for multiple tbody parts in tables (using patches by Kristofer Nelson) Dependencies:
|
1.8.0RC1 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.8.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.8.0RC1 Release date: 2007-04-29 12:32 UTC Release state: beta Release uploaded by: wiesemann Changelog: - added support for multiple tbody parts in tables (using patches by Kristofer Nelson) Dependencies:
|
1.7.5 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.7.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.7.5 Release date: 2006-11-09 15:48 UTC Release state: stable Release uploaded by: wiesemann Changelog: - removed unneeded check of HTML_Common version from the constructor - marked apiVersion() as deprecated Dependencies:
|
1.7.4 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.7.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.7.4 Release date: 2006-10-20 16:37 UTC Release state: stable Release uploaded by: wiesemann Changelog: - 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 Dependencies:
|
1.7.3 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.7.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.7.3 Release date: 2006-09-25 13:05 UTC Release state: stable Release uploaded by: wiesemann Changelog: - Request #8716: removed the useless output of '' comment for each column skipped in the table by the colspan (this makes the generated HTML code much smaller for large tables). (thanks to Derek Battams, derek at battams dot ca) Dependencies:
|
1.7.2 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.7.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.7.2 Release date: 2006-07-09 09:19 UTC Release state: stable Release uploaded by: wiesemann Changelog: - Bug #8170: if a table has only column, a call to updateAttributes() or setAttributes() added a second column to the table because of a wrong reference (thanks to Leonid, coder at darkk dot net dot ru) Dependencies:
|
1.7.1 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.7.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.7.1 Release date: 2006-06-23 12:41 UTC Release state: stable Release uploaded by: wiesemann Changelog: - Bug #7971: setTab() (from HTML_Common) had no effect anymore (thanks to Kristoffer Paro, kristoffer dot paro at gmail dot com) Dependencies:
|
1.7.0 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.7.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.7.0 Release date: 2006-04-26 11:31 UTC Release state: stable Release uploaded by: wiesemann Changelog: - Request #6167 and request #6768: added the ability to use the 'colgroup' feature (usable via setColGroup() method) (thanks to Laurent Laville for the patch) Dependencies:
|
1.6.1 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.6.1 Release date: 2005-10-26 16:01 UTC Release state: stable Release uploaded by: dufuz Changelog: - Bugfix: addCol() must not call Storage::updateRowAttributes(), but Storage::addCol() - Bugfix: addCol() had the same problem as in request #4988 (it did not accept array keys as row numbers) - Bugfix: toHtml() wrongly assumed that there are instances of $_thead and $_tfoot when $useTGroups == true - Bugfix: return PEAR_Error object in getCellContents when cell does not exist - Bug #5782: remove PHP warning if $contents == null in addCol() and addRow() - Couple of unit tests were added, covering a lot of ground. Dependencies:
|
1.6.0 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.6.0 Release date: 2005-10-21 15:37 UTC Release state: stable Release uploaded by: dufuz Changelog: - Mark Wieseman is now a active developer - td/th aren't longer case sensitive in addRow() and relative functions - Added the possibility to specify on which row the cols should be counted. (Bertrand) - #786, if the value was a zero, the cell content was converted to the autofill value. (Bertrand) - #1734, _adjustEnd added a extra empty column if there was only one column being processed - setHeaderContents can now accept attributes, but it's optional. request #2030 - Request #4944: setCellContents() now accepts an array as $contents ($col will be used as the start column then). - Request #4988: addRow() accepts now array keys as column numbers. - Added support for thead, tfoot and tbody on the courtesy of Mark Wiesemann <wiesemann@php.net> Usage: - current behaviour is still available: $table = new HTML_Table(); $table->setCellContents(...); echo $table->toHtml(); - new alternative with same result: $table = new HTML_Table(); $body =& $table->getBody(); $body->setCellContents(...); echo $table->toHtml(); - using the new grouping: $table = new HTML_Table(null, null, true); $head =& $table->getHeader(); $foot =& $table->getFooter(); $body =& $table->getBody(); $head->setCellContents(...); $body->setCellContents(...); echo $table->toHtml(); // <tfoot> will not be rendered Dependencies:
|
1.5 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.5 Release date: 2003-05-20 10:54 UTC Release state: stable Release uploaded by: mansion Changelog: * Added support for line endings and tabs set in HTML_Common (Klaus Guenther) * Requires HTML_Common 1.2 or higher Dependencies:
|
1.4 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.4 Release date: 2003-04-10 21:17 UTC Release state: stable Release uploaded by: mansion Changelog: * Fix a notice in _isAttributeArray (Tommy Ipsen). Dependencies:
|
1.3 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.3 Release date: 2002-11-20 11:25 UTC Release state: stable Release uploaded by: mansion Changelog: * Correct usage of raiseError. Dependencies:
|
1.2 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.2 Release date: 2002-10-21 13:03 UTC Release state: stable Release uploaded by: mansion Changelog: * Fixed warnings. * Added two examples. Dependencies:
|
1.1 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.1 Release date: 2002-07-21 18:44 UTC Release state: stable Release uploaded by: mansion Changelog: Added new most-wanted features: * Accept TR tags attributes * Accept alternatives for cell attributes in rows and columns * Can get cell attributes * Can get row attributes * RaiseError fixes. Dependencies:
|
1.0 |
Easy InstallNot sure? Get more info. pear install HTML_Table-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Table-1.0 Release date: 2002-05-28 10:03 UTC Release state: stable Release uploaded by: mansion Changelog: First release. Dependencies:
|