drupal创建数据库查询页面

发布于 2024-11-05 02:45:05 字数 262 浏览 1 评论 0原文

我开始学习 drupal,希望这是一个很容易回答的新手问题,但我的公司基本上拥有一个非常大的数据集,我想将其呈现给公众。

我们对公司进行研究,并拥有一个包含公司名称的数据库以及我们拥有的有关该公司的所有数据(主要是数字/估计)。那么有没有办法创建一个视图来为我们做到这一点呢?

创建单独的页面不太实用,因为我们多年来研究了数千家公司。

如果没有什么简单的事情,那么是否可以创建一个 php 页面,从 url 中获取公司名称,然后查询数据库并将所有数据呈现给用户?

I'm starting to learn drupal and hopefully this is a easy newbie question for you to answer but my firm basically has a very large data set and I want to present it to the public.

We do research on firms and have a database with a company name and all the data we have about the firm(its mainly numbers/estimates). So is there a way to create a view that does this for us?

Creating individual pages is not very practical since we have several thousand companies we have studied over the years.

If there isn't anything easy, then is it possible to create a php page that takes the company name from the url and then queries the database and presents all the data to users?

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

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

发布评论

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

评论(1

献世佛 2024-11-12 02:45:05

看一下 views 模块。为特定数据库定制它可能需要一些工作,但一旦完成就非常灵活。

Take a look at the views module. It can take a bit of work to customize it for a specific database, but is very flexible once you do.

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