我正在使用 PHP 从头开始创建我的第一个 Web 应用程序。我不会使用框架。我建议的文件结构类似于:
index.php
/images
/css
/js
/classes
/includes
/views
/modules (blog, forum, etc.)
我也在考虑包括 /admin 可能。
在采取方法之前,我需要做出哪些具体的决定/考虑,即在 {mywebapp}.com/login(用户和管理员)或 {mywebapp}.com/admin(仅管理员)之间进行选择?为什么?