First of all, i'm using Kohana 2.3.4.
My question is, as Kohana docs says, Models must be in application/Models but to improve my app, I would like to have several sub-folders with other Models. This is useful because I can have a file tree more organized.
So, if I try to load a Model in a subfolder, 'class not found' error is returned, and if I move that class to main Model folder it works correctly.
So, my question is, how can i load the models in these subfolders?