Welcome Guest, Not a member yet? Register   Sign In
Modular Extensions - HMVC
#1
Shocked 

Hi guys!
I'm learning PHP from scratch, I'm a self-taught. grabbed much material from CI, for example, their libraries I learned a lot.
i don't use any framework for programming. first i want to have a solid knowledge of PHP. But the other day looking for PHP tutorials I found me with this: https://bitbucket.org/wiredesignz/codeig...sions-hmvc

Apparently many people use this extension. This makes CI is safer? Because it is used?
Hopefully you can help me because it looks interesting but as I'm still learning php not understand much. Forgive my poor English.
Reply
#2

(This post was last modified: 11-24-2014, 11:05 PM by InsiteFX.)

You can find video\s here on his HMVC  [url=https://www.youtube.com/channel/UCtsojFV90CDh7uABAssuITw Wrote:HMVC VIDEOS

Hi guys!
I'm learning PHP from scratch, I'm a self-taught. grabbed much material from CI, for example, their libraries I learned a lot.
i don't use any framework for programming. first i want to have a solid knowledge of PHP. But the other day looking for PHP tutorials I found me with this: https://bitbucket.org/wiredesignz/codeig...sions-hmvc

Apparently many people use this extension. This makes CI is safer? Because it is used?
Hopefully you can help me because it looks interesting but as I'm still learning php not understand much. Forgive my poor English.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(11-24-2014, 08:27 PM)Osqui Wrote: Hi guys!
I'm learning PHP from scratch, I'm a self-taught. grabbed much material from CI, for example, their libraries I learned a lot.
i don't use any framework for programming. first i want to have a solid knowledge of PHP. But the other day looking for PHP tutorials I found me with this: https://bitbucket.org/wiredesignz/codeig...sions-hmvc

Apparently many people use this extension. This makes CI is safer? Because it is used?
Hopefully you can help me because it looks interesting but as I'm still learning php not understand much. Forgive my poor English.

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  Smile
Reply
#4

Hi alroker,
thanks for your reply. I thought this extension had security functions. since I'm looking for information on "good safety practices"
Many people used CI because it is easy. But in reality the Frameworks are for people who need to develop rapid, not for people who can not program.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB