Ticket #549 (closed Bug: wontfix)
Kohana doesn't autoload classes if they are in subdirectories...
| Reported by: | tterragcnoom | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1.2 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | auto_load sub-directory controller | Cc: | garrett@… |
Description
I have several controllers in a subdirectory. In one of them I try to access a method from another controller but the controller fails to 'auto_load' because it is in a subdirectory of controllers. The documentation suggests controllers in subdirectories are supported as well as autoloading.
I imagine changes would have to be made to Kohana.php: auto_load or find_file.
Change History
Note: See
TracTickets for help on using
tickets.
