thinkPHP之微了解

WBOY
Release: 2016-06-13 12:01:41
Original
894 people have browsed it

thinkPHP之微理解

1、支持win和unix服务器环境,遵循Apache2开源协议。
2、借鉴struct架构,MVC设计模式等

3.几个重要概念:

        Dao:DataAccessObject(数据访问对象)

        VO对象:ValueObject(数据对象,或者是业务对象)

        VoList对象:ThinkPHP数据操作的基本元素。

4、分层架构:

        表现层:模板视图、用户界面、js、flash等

        业务层:业务接口、业务逻辑层、实体层、数据访问层,action控制器作为业务接口层,提供各种业务操作的入口。

        数据层:即Msql、MsSql、Oracle等数据库

5、特性:

        简单易用的MVC模式

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!