/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
* PEAR::HTML_Table makes the design of HTML tables easy, flexible, reusable and
* The PEAR::HTML_Table package provides methods for easy and efficient design
* - 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
* Copyright (c) 2005-2007, Adam Daniel <adaniel1@eesus.jnj.com>,
* Bertrand Mansion <bmansion@mamasam.com>,
* Mark Wiesemann <wiesemann@php.net>
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * The names of the authors may not be used to endorse or promote products
* derived from this software without specific prior written permission.
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR