Home  >  Article  >  Backend Development  >  小弟跪求各路大神一个有关问题

小弟跪求各路大神一个有关问题

WBOY
WBOYOriginal
2016-06-13 12:16:06887browse

小弟跪求各路大神一个问题!
小弟之前学的是JAVA,现在刚接触PHP,小弟想问下,如果我用PHP做一个用户登入注册功能,但是我不链接到数据库,只保存在Session中,请问下各路大神怎么写,主要问的是DAO层怎么写
------解决思路----------------------
有什么区别吗?
你已经知道 DAO 是数据层接口。既然是接口,那么就有统一的调用方法,并不需要知道数据是如何存放的
你只需将有关 session 的操作,放到数据层里就可以了

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