Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Object oriented php CMS or framework

I'm embarking on a very big exercise to build a CMS in php. It's actually my attempt to learn PHP in a fun (and hardcore) way coming from a Java background. Java is all object oriented so oop is in my blood, but I'm finding that OOP hasn't made it yet to PHP. Most PHP is still being written today the old way without the new concepts.

I'm trying to find an example PHP CMS that's written as object oriented. I hear Xoops is. Any others you know of? or any OOP libraries in general that you know of that could help me in a CMS project.

like image 852
dave Avatar asked Sep 12 '10 19:09

dave


2 Answers

I would suggest symfony framework as it is well documented and functional framework that helped building many web applications.

http://www.symfony-project.org/

like image 79
Tomasz Kowalczyk Avatar answered Oct 20 '22 20:10

Tomasz Kowalczyk


PHP5 is pretty OOP. Look for CMSes and frameworks that only work on PHP5. For example, Kohana

like image 36
Fanis Hatzidakis Avatar answered Oct 20 '22 20:10

Fanis Hatzidakis