Cakephp - 集成两个应用程序

发布于 2024-11-26 19:42:49 字数 225 浏览 0 评论 0原文

我正在建立一个贸易中心,我需要两个前端应用程序。 第一个是针对客户。第二个是商店。

一种方法是创建两个身份验证引擎和选择性路由 - 如果您是商店,“转到这里..”,如果不是 - “转到那里”。

另一种方法是创建两个应用程序: 主域将用于客户端,并将有专门为他们提供的身份验证引擎。他们将拥有 0 次管理权限。 以及一个带有完整 mvc for storos 的子域。

在我开始之前的见解?

I am build a trade center, and I need two frontend applications for it.
The first is for clients. the second is for stores.

One way is to create two authentication engines and selective routing - if you are a store "go here.." if not - "go there".

The other way is to create two applications:
The main domain will be for the clients and will have auth engine just for them. they will have 0 access to management.
And a sub domain with complete mvc for storos.

insights before i start?

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

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

发布评论

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

评论(1

这个俗人 2024-12-03 19:42:49

通常,它是在一个具有身份验证和前缀路由的应用程序中完成的。我建议你这样做。

您可以使用 2 个独立的应用程序,只要您想要共享的所有数据都在一个数据库中(两个应用程序都连接到):没有共享的 img 文件夹将是第一个明显的缺点。未来可能还会出现更多问题,因为这不是管理用户角色的常用方法。

Normally, it's done in one app with auth and prefix-routings. And I suggest you do this way.

You can use 2 separate apps, as long as all the data you want to share are in one database (that both apps connect to): no shared img folder would be the first obvious disadvantage. There also might be more problems down the road, as this is not a common way to manage user roles.

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