Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/01/2005, 11:10
jgarcigo
 
Fecha de Ingreso: noviembre-2004
Mensajes: 176
Antigüedad: 20 años, 1 mes
Puntos: 0
Problema Al Crear Objeto A Partir De Una Clase

Estoy creando el objeto

$_SESSION['objOC'] = new OrdenDeCompra($txtNumero, $RUT, $NOMBRE, $selectVendedor, $txtFecha);

...Luego intento accesar un metodo del objeto

$objOC->add_item("item", "descripcion", "valor");

...Pero PHP dice Fatal error: Call to a member function on a non-object

Gracias!!!