Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP Framework, OOP, whatever Re: PHP Framework, OOP, whatever

#71817
matt25
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