Does anyone know of a PHP CMS that is uses a MVC framework to work its magic? I’m looking for something that I can customize the look and feel of the website by using PHP, HTML and CSS while allowing for the content, users and internal categorizing strcuture of the pages to be managed within a backend CMS admin. Preferably something with an ORM, but its not 100% necessary.
Any ideas?
There are quite a few : Apostrophe Now is built using Symfony, TomatoCMS is based on the Zend Framework, and there’s lots more.
Here’s a few extra references to Zend Framework based CMSes I collected over the years :
Centurion Project, Recite CMS and pimcore. I haven’t looked at any of them yet though, just bookmarked them :p.
Edit:
Apostrophe Now: They’ve now entirely shifted to Node.