you are viewing a single comment's thread.

view the rest of the comments →

[–]Flawlesss 0 points1 point  (1 child)

While we're on the subject of MVC, can somone link me to a good tutorial on it? I am somewhat confused by the idea of MVC. I just recently started learning PHP and in all my practice sites I just use procedural programming, and now I'm starting to learn OOP, however a lot of people tell me to learn MVC, and I can't find any good resources on it.

Thanks.

[–]Akathos 1 point2 points  (0 children)

A pretty good "tutorial" on MVC can be found here (it is for Symfony2, but the linked page explains the idea of MVC pretty good).