Advanced controllers, model sub folders
Correct if wrong but it's currently not possible to store models in a sub folder of an advanced module right?
Like /modules/my_module/models/_fuel/a_model.php
Not a big deal, just trying to be a tidy Kiwi keeping fuel specific stuff in large modules easy to spot.
Look's like the line number ~#229 in third_party/fuel/Loader stops it:
list($path, $model) = Modules::find(strtolower($model), $module, 'models/');
Comments