From: Martín Marrese Date: Wed, 20 Aug 2003 18:11:16 +0000 (+0000) Subject: Cambio del nombre del objeto Tabla. Ahora se llama MECON_HTML_Tabla. Esto es para... X-Git-Tag: svn_import~301 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/c2de4e857201181b73e0da3064f53ff5cc8ce2f0 Cambio del nombre del objeto Tabla. Ahora se llama MECON_HTML_Tabla. Esto es para evitar colision de nombres. --- diff --git a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php index 1c9c68a..6b96831 100644 --- a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php +++ b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php @@ -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 diff --git a/lib/MECON/HTML/Tabla.php b/lib/MECON/HTML/Tabla.php index a4eb4d8..7267f78 100644 --- a/lib/MECON/HTML/Tabla.php +++ b/lib/MECON/HTML/Tabla.php @@ -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