예제 #1
0
 function loquedebetener()
 {
     $mSQL = 'SELECT * FROM tardet';
     $xls = new XLSReporte($mSQL);
     $xls->Tcols();
     $xls->Output();
 }