How to make links between controllers

2007-01-07 Thread roby
Suppose I have these views: - http://localhost/users/index - http://localhost/mails/index And in users/index view, I want it have a link to mails/index. Does anyone know how to make it without append the http://; in $html-link? I've tried it with $html-link( 'Mail', 'mails/index' ); but it

Re: How to make links between controllers

2007-01-07 Thread Samuel DeVore
$html-link( 'Mail', '/mails/index' ); try with leading slash before mails On 1/7/07, roby [EMAIL PROTECTED] wrote: Suppose I have these views: - http://localhost/users/index - http://localhost/mails/index And in users/index view, I want it have a link to mails/index. Does anyone know how to

Re: How to make links between controllers

2007-01-07 Thread roby
Hurray... it works... thanks a lot :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to