Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/10/2012, 12:46
schattenburg
 
Fecha de Ingreso: junio-2007
Mensajes: 298
Antigüedad: 17 años, 7 meses
Puntos: 5
Respuesta: CAKEPHP: Error: Call to a member function link() on a non-object

Me autorespondo a mí mismo por si alguien tiene el mismo error, la solución es ponerlo así:

echo $this->html->link('Añadir Tarea',array('action'=>'add'));

Saludos