需要帮助制作和查询成本矩阵表?
我用 Drupal 6 为我的客户建立了一个网站。现在他想查询从一个城镇到另一个城镇的服务费用。我了解 CCK 和视图的基础知识。我需要两个城镇选择框,并显示两个城镇之间的成本以及让客户输入城镇之间成本的方法。在 Drupal 中最简单的方法是什么?我是一个java人,没有PHP经验。
编辑:tablefield 看起来很有希望。我需要一种方法来过滤它的视图模块。如果我成功了,我会在这里写下如何做到这一点。
I had built a website for my client with Drupal 6 . Now he wants to query cost of his service from one town to another town. I know basics of CCK and Views. I will need two select box for towns and show cost of between two towns and a way to let customer enter cost between towns. What is the easiest way of doing it in Drupal ? I am a java guy no PHP experience.
Edit:tablefield look promising. I need a way filter it view module. If I will succeed will write how to do it here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
作为黑客型解决方案,您可以这样做:
我知道,这听起来确实很尴尬,更好的解决方案可能是编写一个简单的自定义模块,但如果您更愿意远离 PHP - 这是一种方法。
As a hack-type solution, you could do this:
It does sound very awkward, I know, and a better solution is probably to write a simple custom module, yet if you prefer to stay away from PHP - this is one way to do it.