I'm not sure if this is right, but I would personally just put in the static HTML in the view if it's going to be static content. As for where to put the documents, put the somewhere accessible from the web (perhaps somewhere under app/webroot, or somewhere else if you have a system in place).
<a href="url here">Link Text</a> On Apr 13, 12:29 pm, "jyrgen" <[EMAIL PROTECTED]> wrote: > hi all, > i am wondering how to create static links with the link helper > (for example to a pdf) and where to put the files. > $html->link always rendershttp://host/cake/index.php/controller/action > which i don't want in this case. > thank you ! > jyrgen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
