Joomla:将参数从文章传递到模块
我是 Joomla 的新手。我正在开发一个动态模块,它将显示与显示该模块的文章相关的数据。是否可以?如果是,怎么办?任何帮助表示赞赏。
I am new to Joomla. I am developing a dynamic module which will display data relevant to the article with which the module is being displayed. Is it possible? If yes, how? Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你到底在说什么参数?我认为所有参数都可以使用文章 ID 来获取。并且文章 ID 总是可以从 GET 中检索到。您可以使用这样的代码:
如果我错了,请指定您的需求。
我希望这会有所帮助。
What parameters exactly are you talking about? I think all parameters could be gotten using article ID. And article ID always could be retieved from GET. You could use code like this:
If I'm wrong please specify your needs.
I hope it will be helpfull.