Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在另一个组件上使用来自一个组件的联系人数据。有没有办法我可以做到这一点?如果是这样,有人可以引导我朝着正确的方向前进。
是的...您可能必须将它们各自的库/对象/模型/ect导入您正在使用的代码中:
require_once(''):
或 joomla 的
jimport('joomla.application.component.controller');
看
http://docs.joomla.org/Jimport