Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/05/2004, 11:48
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
Pues es facil desarrollarlo, por ejemplo para una consulta de noticia:

Código PHP:
include("funcion_noticia.php");
$objNoticia->Nota=$num_nota;
$objNoticia->Consultar();
echo 
$objNoticia->Titulo;
echo 
$objNoticia->Descripcion;
echo 
$objNoticia->Fecha