合并 PHP + Mysql网站与joomla网站

发布于 2024-10-17 01:39:20 字数 468 浏览 5 评论 0原文

这听起来似乎是显而易见的,但我想知道你对此有何看法,因为我可能正在寻找一种糟糕的方法,并且可能有更简单的方法来做到这一点。 所以我习惯直接使用php+mysql编码来开发网站和CMS,而不使用任何像wordpress、joomla、drupal等解决方案。

这是我的问题: 我建立了一个网站,我现在主要是管理区域,但我需要一个支持网站,例如前端(公共网站)。 该网站将基本上显示一些已经在管理区域中进行的查询,并且基本上将包含一些已经进行的查询的结果。

所以我的问题是这样的:

如果我决定使用 joomla (或其他)作为公共网站(前端)来显示这些查询,除了包含带有 db connect 的 php 文件以及我需要的所有内容之外,还有更简单的方法吗?习惯和谁一起工作?或者可以使用某些模块或某种方式将我的查询结果包含在 joomla 网页上? (请注意,我将使用不同的数据库,而不是 joomla 数据库,或者如果这是一个问题,我可以合并两者)

提前致谢。

this may sound obvious, but i want to know what you think about this, because i may be looking for a bad approach to this, and there could be easier ways to do this.
So I'm used to code directly using php+mysql to develop websites and CMS without using any solutions like wordpress, joomla, drupal, etc.

Here's my problem:
I built one website, and what I have right now is mainly the administration area, but i need a supporting website, like a frontend(public website).
This website will basically display some of the queries that are already working on the administration area, and will contain basically the result of some queries that are already made.

So my question is this:

If i decide to use joomla (or other) for the public website (frontend) to display those queries is there an easier way to do this besides including the php file with the db connect and all the stuff that i'm used to work with? Or can use some module, or some way to include my query results on joomla webpages? (note that i will use a different database and not the joomla database, or if this is a problem I can merge both)

Thanks in advance.

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

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

发布评论

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

评论(1

笑,眼淚并存 2024-10-24 01:39:20

如果您已经有显示内容的页面,那么您只需使用 Joomla 内置的“包装器”菜单项即可在 Joomla 的内容区域中加载这些页面。

If you already have pages that display your content, then you can just use Joomla's built in "wrapper" menu item to load those pages within the content area of Joomla.

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