GetElemento("ClasePaginaGeneralPrincipal"));//Ex cHome.php $oConexion = new cBaseDeDatos(); $oConexion->Conectarse(); //$oHome = new cHome($oConexion, $HTTP_GET_VARS, $HTTP_POST_VARS); //<-PHP4 $Parametros = array("BaseDeDatos" => &$oConexion, "Ubicacion" => &$oUbicacion, "VariablesGET" => $_GET, "VariablesPOST" => $_POST, "Idioma" => "es"); //<-PHP5 $oGeneralPrincipal = new cGeneralPrincipal($Parametros); $oGeneralPrincipal->Procesar(); $oGeneralPrincipal->Mostrar(); $oConexion->Desconectarse(); unset($GeneralPrincipalPHP); ?>