Web 应用程序中的一个入口点与多个入口点
我正在对 Web 应用程序进行重大重构。
它目前由所有页面中包含的一些通用脚本(通用、函数、页眉、页脚...)以及各种操作的入口点(login.php、viewthis.php、viewthat.php)组成。
现在我正在考虑引入前端控制器并使用某种模型架构。
我想知道: 两种架构的优缺点是什么?有什么特别的好处吗?一般应该使用什么(如果有的话)?
I'm working on a major refactoring of a web application.
It currently consists of some common scripts included from all pages (common, functions, header, footer...), plus entry points for all kinds of actions (login.php, viewthis.php, viewthat.php).
Now I'm thinking of introducing a front controller and using some kind of model architecture instead.
I'd like to know:
What are the pros and cons of both architectures? Any special benefits? What should be used in general (if any)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我推荐一个控制器。您将获得对数据内的集中验证、更容易适应 mod_rewrite 等。
看不到其他技术的任何真正意义。它只是旧了。
问候,
/t
I'd recommend a controller. You'll gain in centralized validation of in-data, easier adaptation for mod_rewrite etc.
Can't see any real point of the other technique. It's just old.
regards,
/t