PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, January 16, 2022

[FIXED] Is learning how to make my own MVC in PHP a waste of time?

 January 16, 2022     cakephp, model-view-controller, php     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing