【发布时间】:2012-05-22 22:45:03
【问题描述】:
是否可以在不使用组件助手的情况下在 Joomla 中处理 ajax 调用?
例如;我想创建一个进行 ajax 调用的模块。我知道如何使用组件助手 (index.php?option=com_myhelper....&format=raw) 来处理调用,但我想从模块中制作它而不是组件助手。
有什么方法可以调用 Joomla 模块,就像从外部脚本调用 Joomla 组件一样 (http://mydomain.com/index.php?option=com_myhelper....&format=raw) ?
【问题讨论】:
标签: joomla joomla1.5 joomla-extensions joomla2.5