Exemplo n.º 1
0
 /**
  * view header
  */
 function viewHeader()
 {
     parent::viewHeader();
     print "<table border=\"0\" cellspacing=\"1\" cellpadding=\"2\" width=\"100%\">\n";
 }
Exemplo n.º 2
0
 /**
  * view header
  */
 function viewHeader()
 {
     parent::viewHeader();
     print "<table border=\"0\" cellspacing=\"2\" cellpadding=\"5\" width=\"100%\">\n";
     print "<colgroup>\n";
     for ($i = 0; $i < $this->cellsPerRow; $i++) {
         print "<col width=\"{$this->cellWidth}%\"/>\n";
     }
     print "</colgroup>\n";
     print "<tr align=\"center\" valign=\"top\">\n";
 }