Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/12/2013, 11:21
Avatar de bandolera
bandolera
 
Fecha de Ingreso: abril-2009
Mensajes: 613
Antigüedad: 15 años
Puntos: 7
Pregunta Smarty Clase constructor

En este código que es la clase plantilla para trabajar con Smarty 3, cómo defino mi clase constructor?
Código PHP:
<?php

include_once SMARTY_BASEFILE;

class 
Plantilla extends Smarty {

   function 
Plantilla() {

        
$this->template_dir APP_BASEDIR .'/plantillas/templates/';
        
$this->compile_dir  APP_BASEDIR .'/plantillas/templates_c/';
        
$this->config_dir   APP_BASEDIR .'/plantillas/configs/';
        
$this->cache_dir    APP_BASEDIR .'/plantillas/cache/';
   }  
}
?>
Gracias.
__________________
Todos somos iguales. NO! a la violencia de género.