Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

整体架构的改进 #3

Closed
GoogleCodeExporter opened this issue Apr 15, 2015 · 4 comments
Closed

整体架构的改进 #3

GoogleCodeExporter opened this issue Apr 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

QeePHP 由三部分组成:

    * 核心:提供基本服务
    * 依赖核心的组件:所有依赖于 QeePHP 核心才能工作的组件
    * 独立的组件:不依赖 QeePHP 核心即可工作的组件

下列组件将实现为依赖核心的组件:

    * 应用程序设置(配置管理服务)
    * 对象容器
    * MVC
    * REST 支持
    * 用户界面组件模型

下列组件将实现为不依赖核心的组件:

    * 模板引擎支持
    * 数据库服务
    * 各种扩展组件
    * Ajax 支持
    * 缓存服务

Original issue reported on code.google.com by dualf...@gmail.com on 29 Jul 2007 at 4:05

@GoogleCodeExporter
Copy link
Author

[deleted comment]

2 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

经过修改。所有组件仍然会依赖核心,因为需要通过核心提��
�的服务完成配置的读取。

Original comment by dualf...@gmail.com on 14 Feb 2008 at 3:43

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant