如何将硬编码网站转换为 PHP MVC 框架网站?

发布于 2024-09-15 02:49:26 字数 69 浏览 5 评论 0原文

我想转换我们学院的硬编码网站。

我应该遵循任何模式来实现高效和高效吗?快速转换?

请指导我。

I would like to convert our college's hard coded website.

Should i follow any pattern to achieve efficient & fast Conversion ?

kindly guide me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

我的影子我的梦 2024-09-22 02:49:26

MVC 是一回事,但为什么不先尝试将其分成两部分呢?

例如,将其视为相互通信的两个部分,即客户端服务器

客户端”部分包含用于显示的元素,并将用户的操作传递给“服务器”。

现在“服务器”应该包含其他所有内容。你的“客户”部分最终将成为V(iew)。

一旦成功,您就可以集中精力将“服务器”撬入M和C中,您的“客户端”部分可能也会有一些C部分。

无论如何,这是我在转换而不是重新设计时遵循的一般规则。

MVC is one thing, but why not try to pry it into two sections first?

For instance, think of it as two parts communicating with each other, there's the client and server.

The "client" part is what contains the elements for display and passes actions by the user to the "server".

Now the "server" should contain everything else, for now. Your "client" part is what will eventually become V(iew).

Once this works, you can concentrate on prying the "server" into M and C, your "client" part will probably have some C parts in it, too.

Anyways, that's the general rule I follow, when converting and not redesigning.

深居我梦 2024-09-22 02:49:26

这取决于您必须处理多少特定​​的 PHP 代码...仅当您必须构建常规 CMS 不提供的功能时,您才会使用 PHP 框架。

This depends how much specific PHP code you have to handle... You would use a PHP framework only in the case you have to build functionalities which a regular CMS does not provide.

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