php - How is MVC more convenient? -


I have a large website, I have time to convert to a good custom framework, which I make for my needs

  1. Know how all this works
  2. Someone else bites I'm all bloat
  3. To know it, just kick For,

But, after making it in different ways, many times ... I feel that "feature" provides this, code becomes increasingly unaware It is difficult to keep track of files (especially if you are the only developer on this project), and even there is no real awesome document.

At this point, I really need to understand ... how can this change my life again?

It has been answered, but to put a better point on it, I think that one The attribute which is not / when MVC is not, has scalability:

  1. MVC allows explicit separation of duties (i.e., front-end versus database codes).
  2. MVC is a pattern that implements uniform coding habits.
  3. Maintenance increases because it is easy for new project members (which understands MVC) to mess up the codebase.

If you are the sole proprietor of the code and others are connected at any time soon, then you should not need it.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -