Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/11/2009, 09:50
Hidek1
Colaborador
 
Fecha de Ingreso: octubre-2009
Ubicación: Tokyo - Japan !
Mensajes: 3.867
Antigüedad: 15 años, 4 meses
Puntos: 334
Respuesta: Clase templates en PHP

el metodo de uso es este
Código php:
Ver original
  1. include_once ("common.Class/class.Plantilla.php");
  2. $Contenido = new Plantilla ( "Modules/module.Personal/template.personal_ingresar_paso0.html" );
  3. $Contenido->asigna_variables ( array ("rut" => $rut ) );
  4. $ContenidoString = $Contenido->devuelve ();
  5. echo $ContenidoString;
__________________
More about me...
~ @rhyudek1
~ Github