Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

I'm trying to work with HMVC in CodeIgniter 4. I worked with it previously but in version 3.10. I can't find the HMVC plugin for CI4. I want to work with modules for each class and add their ...
Cristian De Jesus Torres Diaz's user avatar
0 votes
1 answer
219 views

I'm working in an application HMVC CodeIgniter 4.1, all the routes work fine in navigator: Navigator adress: http://localhost/myapp/public/index.php/installation/shop-data My module Routes file ...
ketter's user avatar
  • 21
1 vote
1 answer
1k views

When I load view from App/Views it's worked but when it's from modules folder it's failed My autoload public $psr4 = [ APP_NAMESPACE => APPPATH, // For custom app namespace 'Config' =&...
Zia Asya's user avatar
0 votes
0 answers
73 views

I use CI HMVC design pattern. Currently, this is my module structure: modules/auth/controllers/backend/Auth.php modules/auth/models/ modules/auth/views/backend/standart/administrator/login.php modules/...
Shota's user avatar
  • 513
0 votes
1 answer
2k views

Codeigniter HMVC application is working fine on Linux hosting and xampp local server but after uploading on Plesk windows hosting it's throwing error. I have tried everything to fix it but still got ...
Anil sharma's user avatar
0 votes
0 answers
196 views

My project use Codeigniter 2.1.4(HMVC) and all of the sudden I am getting following error while calling any controller: PHP Fatal error: Class 'Fb_function' not found in /var/www/html/FB_W/...
Saili Jaguste's user avatar
0 votes
2 answers
249 views

I am using CI3 HMVC in my project. Now, I am facing problem with routing. I want user to type www.demosite.com and it would automatically call my home module. I do not want to show like www.demosite....
surma's user avatar
  • 97
0 votes
1 answer
81 views

Hi I have a config setting like below: $config['auth_override_class_method_http']['admin']['auth']['post'] = 'none'; I am using this library for my HMVC: https://bitbucket.org/wiredesignz/codeigniter-...
Lonare's user avatar
  • 4,801
-2 votes
1 answer
1k views

I have been trying to setup codeigniter 4 modules but it seems something is not working properly it takes me to 404 or not found. i have gone through this doc : https://codeigniter4.github.io/...
Qasim Hussain's user avatar
-1 votes
2 answers
460 views

I want to use submodules Codeigniter HMVC. I want to create the following structure in my project. modules │ ├── module1 │ │ ├── admin │ │ │ ├── controllers ├────── Home....
Shakti S's user avatar
  • 371
0 votes
1 answer
114 views

I have made a web application to store patient records for a doctor and i am using xampp to host it locally.Using xampp i can access my login page of the application just fine by putting my pc's ip ...
Roshan Saundankar's user avatar
5 votes
5 answers
11k views

Using this HMVC plugin in Codeigniter. (https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/src/codeigniter-3.x/) Running fine in another server, but in this server I am getting ...
Amin's user avatar
  • 741
1 vote
1 answer
1k views

I have a couple of controllers in two modules with same name and both works fine. also i have a function for checking access permission, it uses $this->router->fetch_class(). problem is $this-&...
LoneWolf's user avatar
0 votes
0 answers
88 views

I have integrated hmvc in codeigniter 3.1.*. I have multiple modules locations so now i want url configuration like http://host_name/module_location_name/module_name/controller/method In details, ...
Viral Prajapati's user avatar
0 votes
0 answers
398 views

First of thank you for my help. I am using CI.3.0 ver. I am using simple CI with HMVC but when i am creating seperate CI then it will not work can any one help me. MY actutal URL http://localhost/cms/...
Ravi Chauhan's user avatar
  • 1,535
1 vote
1 answer
4k views

I was actually trying to implement SaaS architecture in Codeigniter with single Code-base and multiple databases... To be clear, consider the following example : I've 3 clients namely client_1, ...
user avatar
1 vote
2 answers
754 views

I have a Problem With CodeIgniter 3 HMVC (I use CI 3.1.9 AND php 7.3), When I Create MYX3_Controller extends MX_Controller And i call show_404(); In my Method Will show ERROR "Unable to locate ...
Sit Mai's user avatar
  • 11
0 votes
2 answers
533 views

I am new to CodeIgniter and the HMVC framework and I am creating a sample test image dropdown in order to get a blueprint on how to solve the big project that I have on due this week. My question is, ...
aries's user avatar
  • 64
0 votes
2 answers
745 views

I have trouble about ckeditor and kcfinder in codeigniter, i used HMVC from wiredesignz codeigniter-modular-extensions-hmvc, when i want to browse images error like this Fatal error: Call to a ...
BayuSM's user avatar
  • 1
0 votes
1 answer
739 views

I'm a beginner in javascript. I have a dependent dropdown, my problem is that in dependent dropdown when someone is editing, while editing the dropdown is not automatically selected. Here is my form ...
Muhammad Abdurrouf's user avatar
0 votes
0 answers
141 views

I am facing one issue. I could not get the home page while using CodeIgniter HMVC pattern and the below error is coming. 404 Page Not Found The page you requested was not found. I am providing my ...
satya's user avatar
  • 3,580
1 vote
1 answer
552 views

I am using HMVC in Codeigniter Which have model of inv_module and one is common model Firstly the $this->inv_module->model stores some data in the database, with the mysql transaction; then ...
Ashish Patidar's user avatar
0 votes
0 answers
82 views

modules --customers ----controllers -------customers.php ----models -------customers_model.php -------handler_model.php Hi im trying to load two models in my controllers by using this: class ...
Gems's user avatar
  • 13
0 votes
2 answers
2k views

I use CodeIgniter 3 with HMVC. Does anyone know why do I get the following error Severity: Notice Message: Undefined property: Login::$login_model On the second line below. I clearly call ...
Marius's user avatar
  • 190
0 votes
1 answer
248 views

I have a hooks class in my app where I want to send my session data from my controller. but I am having problem passing data. I don't know whether is it possible to send data from controller to hooks. ...
surma's user avatar
  • 97

1
2 3 4 5
9