'MVC for advanced PHP developers [closed]
I need some help from more experienced programmers. I want to improve my MVC skills. But I could not find a good tutorial on Google for MVC. Google always gives "MVC for beginners".
I understand what MVC is and I can make it, but I'm not experienced enough to do something practical in OOP.
If anyone knows a good object-oriented tutorial for MVC, please direct me to the right place — I'm looking for good links, books etc.
Solution 1:[1]
What I recommend to you is a book about design patterns. Most of these books also cover the MVC pattern and the other patterns are worth to know if you building a complete framework.
One good book is PHP Design Patterns. I don't know if it exists in english but I would search for other books and compare the contents.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | bitWorking |
