文件名称:auth-app:身份验证应用程序
文件大小:823KB
文件格式:ZIP
更新时间:2024-05-05 15:43:03
PHP
简单的身份验证应用 他的应用程序的想法是更好地了解身份验证的工作原理 登录 登记 信息 编辑 该应用程序的创建是考虑使用php sqlite进行数据库存储,重点是学习。 开发中使用的一些技术 - Factory Method ConnectionFactory.php with switch in PDO - Log LoggerHTML.php and LoggerTXT.php for logging transactions in /tmp - Gateways TableDataMapper LoginController.php domain to LoginModel.php RegisterController.php domain to RegisterModel.php EditC
【文件预览】:
auth-app-master
----.gitignore(125B)
----README.md(2KB)
----.github()
--------workflows()
----docker-compose.yml(214B)
----app()
--------Dockerfile(2KB)
--------index.php(187B)
--------view()
--------database()
--------composer.json(161B)
--------traits()
--------interfaces()
--------model()
--------controller()
--------config()
--------helpers()
--------tmp()
--------core()
--------templates()
--------lib()
--------assets()