Issue
I've been following a tutorial series on how to create my own MVC framework in PHP for user login, register, log out, etc. However, I'm beginning to wonder if it's necessary to learn how to make my own MVC or just use an existing one like CakePHP or the other, numerous frameworks.
I'm learning specifically to get into freelance web development. Is it necessary in modern web development? Or do most websites already use a premade framework. Thanks.
Solution
Dude, it's never a waste of time if you are learning something usefull. Your thought is like "Why i have to learn maths in school if now we have computers to calculate everything...".
You can create your own MVC framework and never use it in any project, but now you know how things works behind the scenes in frameworks, and it's very usefull in any area, you can track bugs and find solutions much more faster when you have this kind of knowledge.
Not to mention the fact you can use it in small projects, where using a big framework would be a waste of resources.
Answered By - Mayke da Rosa Herbst
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.