存档

文章标签 ‘cms’

关于CMS思考(摘录)

2008年5月9日

http://cms.phpmagazine.net

http://cms.phpmagazine.net/2006/11/the_cms_pattern_thoughts_on_cm_1.html

This CMS have four main parts : Core, modules, plugins and templates.

We go back to the examples that I’ve given in the first part of this article :

Blog = CMS {Core + Modules [categories + articles (plugins comment + anti-spam + trackback ...) + users (plugins registration + ....)]}
Ad Management softwre = CMS {Core + Modules [Ads (plugins stats ...) + Compains (plugins stats ...) + users (plugins registration + purchase ...) + Basket]}
E-Commerce = CMS {Core + Modules [Products (plugins : documentation, download, stats, galery ...) + Users (plugins registration + purchase+support ...) + Basket + ...]}
News portal = CMS {Core + Modules [categories + articles (plugins comment ....) + users (plugins registration + ....)]}

项目路径