From 48851ee56712e4fb2cec0ed5864b03ccddedd355 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Fri, 28 Mar 2003 20:55:26 +0000 Subject: [PATCH] --- test/prueba_tabla.php | 46 ------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 test/prueba_tabla.php diff --git a/test/prueba_tabla.php b/test/prueba_tabla.php deleted file mode 100644 index b79e320..0000000 --- a/test/prueba_tabla.php +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - -
- - 'Col 1', - '1' => 'Col 2', - ); - - $TABLA->agregarFilaCabecera($row); - - $row = array ( - '0' => 'Fila 1', - '1' => 'Fila 2', - ); - - $TABLA->agregarFila($row); - - $tohtml = $TABLA->toHtml(); - - print $tohtml; -?> - - - -
- - - - -- 2.43.0