Further elaborating on the question, I am a freelance developer, I have been adopting structured PHP for years, and now every time I work on a project I feel that I'm doing something wrong, or not doing the project in a professional way. I am currently in the process of learning MVC approach and testing my skills on CodeIgnator but I'm still not in a full grip of the approach. To make things short, is it still acceptable if I can still use structured PHP in the projects I work on? Or should I stop completely till I'm capable of building an application with MVC?
Asked
Active
Viewed 121 times
-1
-
Yes, it is. Drop by in the php chat room, we're a lot that actually prefer that. This question, however, is a bit broad and opinion based, hence will probably get closed ;) – Félix Adriyel Gagnon-Grenier Jul 01 '17 at 17:27
1 Answers
-3
You can develop your web application without any MVC. MVC approach has a various advantage over using core PHP for eg.
1 Faster and well-managed web development
2 Online help as lots of people working on the same
3 Don't have worry much about complicated implementations (i.e. security, redirections)
4 Minimal changes required when upgrading to newer software
5 Industries look for the people who are proficient in frameworks as well as core programming language.

lkdhruw
- 572
- 1
- 7
- 22