-
I created an artisan command which has to fire some API POST requests. The problem is this block in Hmvc.php
``` php
// Masking route to allow testing with PHPUnit.
if ( ! $originalRoute instanceof R…
ortix updated
9 years ago
-
I have HMVC structure in CI in different module Controller names are same. so it's not load new controller because previously loaded what's solution for that ?
-
.
-
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 versions as well.
-
I need ability to communicate between modules in multimodule application. Is it possible to do something like in HMVC example https://github.com/phalcon/mvc/tree/master/hmvc (but when controllers are …
-
I'm using Modular Extension - HMVC (https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc) and Mahana_messaging.php errors out because it can't find the config file.
On line 24 of `Ma…
-
Trying to get hmvc to work with 2.1.. getting the following error: `The configuration file sprinkle.php does not exist.`. I have an autoload.php file inside of my modules/index/config folder that has…
-
Hola,
Tengo un problema probando tu librería a ver si me puedes ayudar.
Tengo un CI3 con el fork de Wiredesignz para HMVC, también le instalé una librería para hacer multilanguage (http://maestric.co…
-
Hi,
Just wanted to report some intermitant issues we are seeing with Sprinkle.
We are using the latest version of Modular Extensions with CI 2.x and the latest Sprinkle.
When we first started using…
-
I have tried to remove index.php on mod_rewrite your CI HMVC package
I have no idea why it is not working
My env:
- XAMPP with PHP 7.4
- Windows 10
Can someone help?