I was wondering how to use PHP in an object oriented manner and with the MVC goo architectural template?
I tried a project at school to use MVC and make it object oriented, but I'm sure I'm wrong because when it came to deploying the website, I had so many problems that it was not useful. Obviously, now I'm trying to understand how, if I started everything around, I would go around doing this?
Will it make a big difference using a structure like Zend? If someone could point me to a good, structured, open source example, I would be very pleased because I just can't figure out the “right” way to do this.
Edit
My main problem is not understanding MVC or OO separately, but using them together with PHP.
source
share