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

Cita:
Iniciado por jonni09lo Ver Mensaje
No te basta con esto?

Código PHP:
Ver original
  1. include_once SMARTY_BASEFILE;
  2.  
  3. class Plantilla extends Smarty {
  4.  
  5.     public function __construct(){
  6.         //constructor
  7.     }
  8.    
  9.     function Plantilla() {
  10.  
  11.         $this->template_dir = APP_BASEDIR .'/plantillas/templates/';
  12.         $this->compile_dir  = APP_BASEDIR .'/plantillas/templates_c/';
  13.         $this->config_dir   = APP_BASEDIR .'/plantillas/configs/';
  14.         $this->cache_dir    = APP_BASEDIR .'/plantillas/cache/';
  15.    }  
  16. }

Saludos
Ya lo intenté y me sale error.
Encontré esto y no entiendo: http://stackoverflow.com/questions/1...n-a-non-object
__________________
Todos somos iguales. NO! a la violencia de género.