Search code examples
htmlviewkohana

Load raw HTML files in Kohana


I'm needing to load a series of auto-generated HTML files (source code docs) that are already self-contained in a directory. How can I get Kohana to load these files? (If I try to use my existing controller/view setup Kohana doesn't recognize the HTML files - index.php for example, in the directory)


Solution

  • Put the files in the same folder as your other static assets (stylesheets, javascripts, images).