I have been banging my head for 5 hours and I finally solved the problem but I just cannot go to sleep without knowing the reason. Let me explain the issue first.
I have used codeigniter HMVC extension and installed ion_auth as a separate module.…
I have an application built with Codeigniter 3 HMVC.The application was working fine on PHP 5.6 version, But after upgrading my PHP version to 7.1.4 I was not able to log in into my application. After a complete checkup I found that session is not…
I'm trying to add third party extension to create a HMVC application using Codeigniter 3.0
But when I'm adding MY_Loader and MY_Router files into the core folder and MX folder in the Third_party folder, it generates a fatal error:
Fatal error:…
I'm trying to run code from the CLI just as said in the CI documentation, but for some reason, maybe because of using the HMVC extension, it won't enter the specified controller.
I have found no additional documentation about CLI execution in the…
In my application fornt end is MVC and backend HMVC.
I have an issue in backend urls.I define all my front end urls in routes.php.(not backend)
like this
$route['(.+)/(.+)/(.+)'] = "homes/abc/$1";
But this affect my backend working(case 3 parameter…
I am confused when I try to route from localhost/admin to localhost/index.php/admin
localhost/index.php/admin - this link working fine.
I have tried:
$route['admin'] = 'index.php/admin';
$route['default_controller'] =…
I want to connect from one controller in one module to another controller in another module. I want to go from my login module to my dashboard module and use a function inside the dashboard module. Just basically switch from my login module to my…
I get the popular Modular Extensions - HMVC installed from
https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc
and set it up with codeigniter 2.2.2 BUT when everything should be working fine, I get this error
Access level to…
Today I am faced with a spaghetti of some new unknown code for a webservice, and I need to make sense of it. The code is using CodeIgniter with a HMVC extension which helps, but the problem is that it contains many unused/old/etc... files/folders.…
I searched HMVC and know what it is and its advantages.
Modularization: Reduction of dependencies between the disparate parts of the application.
Organization: Having a folder for each of the relevant triads makes for a lighter work…
I am doing a form on Code Ignither 3 HMVC each time I try to save the items in the form I get validation error for three of the form fields out off four. Please see view file for my code: `">