Hi,
I've been working on a CRM like application. I'm using HMVC pattern to separate the modules. I have a need to call models across the system from different modules. When I call a model from a controller which is belongs to the same module it's loading but when I call from another module it's giving a Fatal Error is there any limitation on this or am I doing it wrong.
Namespaces are correct, double checked on them.