Web 应用程序中的一个入口点与多个入口点

发布于 2024-10-09 10:00:39 字数 206 浏览 2 评论 0原文

我正在对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ι不睡觉的鱼゛ 2024-10-16 10:00:39

我推荐一个控制器。您将获得对数据内的集中验证、更容易适应 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文