开发者

Does anyone know a good PHP CMS built on a MVC framework? [closed]

开发者 https://www.devze.com 2023-04-03 14:55 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消