Does CI4 support HMVC? |
I'm currently using Yii2 and have been for the past 8-9 years or so, but I am looking for a new framework before Yii3 arrives on the scene. I have a couple of Yes/No questions.
First, does the HMVC extension work in CI4, and if not, is anyone working on a replacement? Second, does CI4 support the concepts of events and listeners?
CI4 use Modules, look at manual https://codeigniter4.github.io/userguide...ht=modules
CI4 is fully namespaced and autoloaded, so you can structure your folders however you like (including HMVC). Check the Iser Guide shared above.
Yes, version 4 has Events. Make sure you read about them as they have their own protocol. |
Welcome Guest, Not a member yet? Register Sign In |