Re: HTML Helper issue in Blog Tute

2009-02-07 Thread Alfredo Quiroga-Villamil
Do you have var $helpers = array('Html') in your controller or AppController ? Regards, Alfredo On Sat, Feb 7, 2009 at 9:41 AM, jim wrote: > > This is not showing as a link in my browser: > > link($post['Post']['title'], "/posts/view/".$post > ['Post']['id']); ?> > > > Just looks like this: >

HTML Helper issue in Blog Tute

2009-02-07 Thread jim
This is not showing as a link in my browser: link($post['Post']['title'], "/posts/view/".$post ['Post']['id']); ?> Just looks like this: link($post['Post']['title'], "/posts/view/".$post['Post']['id']); ?> Any ideas? I'm new to Cake and I assume it's a helper issue. I am not sure wheter the