
19/09/2006, 07:39
|
 | | | Fecha de Ingreso: diciembre-2003 Ubicación: Chile
Mensajes: 1.855
Antigüedad: 21 años, 3 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 =/ |