Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我的网站转换为 codeigniter 框架我是这里的新手,害怕做出一些愚蠢的设计。有没有更好的建议?
谢谢大家,提前。
下图是我的旧设计
下图是我为 ci 设计的新设计。(有更好的建议吗?)
如果我没记错的话,codeIgniter 框架支持过滤器。在您的情况下,beforeFilter- 在加载控制器之前,将使用 beforeFilter 函数中的代码。
beforeFilter
写一个“is_logged”检查,如果是,没问题(继续加载控制器),否则,调用“请登录”函数(当然是登录表单)