Modular Extensions - HMVC |
(11-24-2014, 08:27 PM)Osqui Wrote: Hi guys! It will not make CI safer! HMVC means that you can have a modular development. For example, say your site had a blog and a forum as well as several pages of information. You could create the blog and forums as modules so each is like a separate plugin application. You could reuse the forum module or blog module in another site that you develop in the future. In reality HMVC can get a bit complicated and things often don't work quite how you hoped. Often it is not as simple as dropping a module into another site and have it work right away. And it's normally fairly simple to reuse your code in another development with out using HMVC. P.S. I'm glad to hear you say, "...first I want to have a solid knowledge of PHP." That's the right way to do it. Frameworks come laterĀ |
Messages In This Thread |
Modular Extensions - HMVC - by Osqui - 11-24-2014, 08:27 PM
RE: Modular Extensions - HMVC - by InsiteFX - 11-24-2014, 10:56 PM
RE: Modular Extensions - HMVC - by alroker - 11-25-2014, 04:07 PM
RE: Modular Extensions - HMVC - by Osqui - 11-26-2014, 04:52 PM
|