Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/01/2010, 06:50
Avatar de jcxnet
jcxnet
 
Fecha de Ingreso: octubre-2005
Ubicación: Perú
Mensajes: 784
Antigüedad: 19 años, 3 meses
Puntos: 56
Respuesta: Cake php error Call to a member function

Hola,
al crear la función dentro del modelo 'Nivele' ya no deberías hacer esta llamada: $nivel=$this->Nivele->field('Numero_Nivel',array('juego_id' =>$juego_id));
ya que estás dentro del objeto Nivele, prueba cambiarla a:
$nivel=$this->field('Nivele.Numero_Nivel',array('Nivele.juego_i d' =>$juego_id));

__________________
►I'm a devil on the run ♂
Jcxnet.com
*Keep It Simple **