[eluser]musonic[/eluser]
I'm having some problems with my modular extensions setup. I've followed the instructions on the bitbucket wiki and everything worked fine. I'm able to call controllers between modules and I'm able to load libraries from my main application libraries folder. However, I'm having some problems loading models. I've created a test module and in that module I have a folder called models. In that folder I have a file called test_m. This class has nothing in it at all. It extends Model (the CI_Model class). When I try and load it from the test module controller I get a white screen of death.
Any ideas?