thomascube
2008-12-30 1ddc579945a82a33690e2dfd2c7f8ea2ccf2d82b
program/include/html.php
@@ -669,6 +669,16 @@
        unset($this->attrib['cols'], $this->attrib['rowsonly']);
        return parent::show();
    }
    /**
     * Count number of rows
     *
     * @return The number of rows
     */
    public function size()
    {
      return count($this->rows);
    }
}
?>