douguan8940 2011-06-25 00:19
浏览 48

CMS使用OOP完全构建?

I guess you've heard of popular CMS systems like Drupal and Wordpress. Although they are great and helpful for a lot of projects, I'm wondering if they are any similar CMS systems built entirely with the new and improved OOP features. I will like to check them out. If you know any, please let me know, but please don't mention PHP frameworks...

  • 写回答

1条回答 默认 最新

  • douhu2525 2011-06-26 08:53
    关注

    I was using Modx Cms (http://modx.com , code is at github https://github.com/modxcms/revolution). It is entirely object-oriented, gives a lot of flexibility for the HTML and Javascript code, has a built-in templating engine; admin panel is written in ExtJS and is also customizable.

    评论

报告相同问题?