codeigniter-hmvc-modules icon indicating copy to clipboard operation
codeigniter-hmvc-modules copied to clipboard

Create HMVC modules with this lightweight extension for Codeiginter 2

Results 13 codeigniter-hmvc-modules issues
Sort by recently updated
recently updated
newest added

I have downloaded this code. And when I am trying to execute the code, I am getting object not found error. I have taken the code from github.

Hi, when I try a blank installation of CI 3.1.7 and wanna use the session library I get: Unable to locate the specified class: Session.php I used the autoloader of...

Hi, I have tried to print all routes in codeigniter but it is not loading from module directory. Please help!

`$class = $this->fetch_class();` Is deprecated (at line 264 of Router.php) Please change to: `$class = $this->class`

Greetings there and thanks for this great adding. As the title says, when trying to load controller from another, I get the following error: `Unable to locate the specified class:...

In `core/Codeigniter.php` lines 402, 408, there is a reference to this path: `APPPATH.'controllers/'.$RTR->directory.$class.'.php'` Normally, this works, but for users using custom loaders (like HVMC), it creates a problem on some...

I'd like to suggest adding the Application folder to the Repository to allow the repository to be included in other CodeIgniter repositories as an upstream.

i can't override database configuration in application/config/database.php using database module in modules/module/config/database.php

Hello Team, HMVC Modules made our coding life much organized and simple. We wanted to upgrade CI from 2.x to 3.x So, expecting support of HMVC Modules for CI 3.x...

There is a error on line 217, Loader.php when try load view from another view.