On 8/7/07, mussond <[EMAIL PROTECTED]> wrote: > > Hey all, I trying to create a bookmark link on my page. I couldn't > find anything in api that would let me do this, so I've tried to do it > using HTML but when I click the link I get a page saying I have a > missing controller, $Verbs. > > Below is part of my HTML code. I can see how the $Verbs controller > comes about as its the name of my bookmark. How do I get it follow > the HTML and not Cake? >
Why can't you use $html->link() ? -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
