Home › Forums › Back End › PHP Framework, OOP, whatever › Re: PHP Framework, OOP, whatever
March 1, 2010 at 11:55 am
#71817
Participant
If by OOP you mean Object Oriented Programming then that is not a framework, it is a part of the language introduced in PHP 5 I think. Check out this for more infomation and some videos explaining it quite well.
MVC stands for Model View Controller and is a way of organising your code, more infomation can be found here
Hope this helps
Matt