Hacker News new | ask | show | jobs
by pan69 5547 days ago
I was unable to find this in the Fuel guide but I think Fuel uses a cascading file-system similar to that of Kohana:

http://kohanaframework.org/3.0/guide/kohana/files

1 comments

Seems pretty lazy... it would be trivial to change the autoloader to check a Controller namespace/directory.
It has nothing to do with laziness. It allows you to override any part of the system without actually changing any of the core framework or module files.