-
My PHP version 8.3.10
These are the steps i done
composer create-project mufidjamaluddin/codeigniter4-hmvc ci4-hmvc
cd ci4-hmvc
copy folder Config from ci4 latest 4.5.4 overwrite
copy ind…
-
Hi,
First of all thank you for your awesome work in this project.
im using your framework since the last two months and i see that you are continuously pushing new updates and improvements, and i th…
-
What about using HMVC Modules for this program this will make our coding life much organized and simple
-
I've tried every possible solution i can think of, but nothing seems to work. I keep getting the CI_Lang class not found since its extended by MX/Lang.
I'd appreciate any guidelines to help understa…
-
[Kohana](https://kohanaframework.org/) is a depracted PHP framework (2016 Jul 25) that we use.
We should determine if we need to update to their "latest" (many years old), or find something more-ap…
-
is this project still developed or is dead?
-
MVC is the thing that everyone knows - or at least thinks they know, because most frameworks say that's how they're built. So it ends up being the default because it's been around long enough for peop…
-
As for me, configuration retreiving is the hardest thing in PHPixie to understand. Documentation about configuration absent, so any analysis can be performed only by source code. Examples:
## Local c…
-
I'm trying to integrate HMVC and MY_Model together. Say I try to load a model from an outside module ie 'admin', I need to do the following:
`$this->load->model('public/product_model');`
The leading …
-
Devemos padronizar a forma como serão utilizados os endereços dos módulos no config e dentro do core.
No config tem um exemplo da seguinte forma:
``` php
Config::set('modules', array(
'Example' …