Hi Ian,

Just a follow up, you may find that this is less effort given your
replies:

1)copy the pages controller and rename it say "archives" controller
2)create a route for the archives controller, virtually the same as the
pages controller, such that the display method is always called
3) the third parameter for render is the file name - specify file name
including the extension to be displayed, based upon the url
4)put all your html files in /app/views/archives

And voila: www.mydomain.com/archives/report will output the contents of
/app/views/archives/report.html

Cheers,

AD7six
PS. Just presenting options ;).


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to