Does anyone know of a PHP CMS that is uses a MVC framework to work its m开发者_运维百科agic? 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.
You can see for CROOGO
a cool CMS built in CakePHP(MVC) framework.
Also other is Silverstrip.
I'm not sure if Drupal fits the MVC perspective, but it basically is divided up the way you describe. Themes can be created applied with PHP modified code that can get you whatever effect you want and is maintained separately.
精彩评论