Ejemplo n.º 1
0
 public function __construct()
 {
     $this->html = HTML::tag('table', array());
     $this->html->setOption('br.beforeContent', TRUE);
     $this->html->content = array();
     $this->firstTR = TRUE;
 }