Ver Mensaje Individual
  #10 (permalink)  
Antiguo 19/09/2006, 07:39
Avatar de spider_boy
spider_boy
 
Fecha de Ingreso: diciembre-2003
Ubicación: Chile
Mensajes: 1.855
Antigüedad: 21 años, 2 meses
Puntos: 89
Quizá te sirvan las clases...

// archivo principal.php

include("archivo_con_la_clase.php");

if($instrucciones)
{
$var = new Clase();
$var->funcion();
}


Podría ser =/