]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Cambio del nombre del objeto Tabla. Ahora se llama MECON_HTML_Tabla. Esto es para...
authorMartín Marrese <marrese@gmail.com>
Wed, 20 Aug 2003 18:11:16 +0000 (18:11 +0000)
committerMartín Marrese <marrese@gmail.com>
Wed, 20 Aug 2003 18:11:16 +0000 (18:11 +0000)
lib/MECON/HTML/QuickForm/Renderer/Tabla.php
lib/MECON/HTML/Tabla.php

index 1c9c68ae2034526a96de0700615048b4d25bc8aa..6b96831b32759427b2571230ed082a7630d69bd4 100644 (file)
@@ -100,7 +100,7 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
             $this->setTable($param);
         }
         else {
-            $this->_tabla =& new Tabla($param);
+            $this->_tabla =& new MECON_HTML_Tabla($param);
         }
     } // end constructor
 
index a4eb4d8b976a2aeb02468cb2111d59297c6d33dc..7267f78604f1c5dd5f7472af6e599a90a0b3d86c 100644 (file)
@@ -35,7 +35,7 @@ require_once 'HTML/Table.php';
  * @author  $Author$
  */
 
-class Tabla extends HTML_Table {
+class MECON_HTML_Tabla extends HTML_Table {
 
     /**
      * Valores de Configuracion particular
@@ -64,7 +64,7 @@ class Tabla extends HTML_Table {
      * 
      * @access public
      */
-    function Tabla($attrs = null, $estilo = 'comun') 
+    function MECON_HTML_Tabla($attrs = null, $estilo = 'comun') 
     {
         $this->_conf = include 'MECON/HTML/Tabla/estilo_'.$estilo.'.php'; // Obtengo los valores particulares de configuracion
         // Seteo los atributos para la tabla