Home  >  Article  >  Backend Development  >  一张表对应两个php文件怎么理解

一张表对应两个php文件怎么理解

WBOY
WBOYOriginal
2016-06-13 11:26:48862browse

一张表对应两个php文件如何理解?
比如:admin表
对应:admin.class.php (一个类,里面以表的字段为成员属性,他的一个对象就是表的一条记录)
     adminservice.class.php  (对admin表的各种操作的类)

这是老师说的,然后adminservice.class.php我知道怎么用,不过admin.class.php这个类不知道用来做什么的?为什么要以字段为属性,然后他用来做的什么的一般?

Statement:
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