Joomla Seminar组件定制
我正在使用 Joomla Seminar 组件, http://extensions .joomla.org/extensions/calendars-a-events/events/events-registration/8426
我想检索要返回的查询组织者的名称,从而在组件文件中搜索查询。
我被这个函数卡住了:$config = &JComponentHelper::getParams('com_seminar');
如何从这里检索 SQL 查询?任何指示表示赞赏。多谢!
I am using the Joomla Seminar component , http://extensions.joomla.org/extensions/calendars-a-events/events/events-registration/8426
I would like to retrieve the query to return the organiser's name, thus search the query across the component files.
I get stuck at this function :$config = &JComponentHelper::getParams('com_seminar');
How do I retrieve the SQL query from here? Any pointers appreciated. Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想通过研讨会编号/代码获取组织者的名称:
您可以根据需要更改查询,例如通过研讨会 ID 搜索:
If you want to get organiser's name by seminar number / code:
You can change the query as your needs, for example searching by seminar id: