【发布时间】:2011-12-15 02:00:24
【问题描述】:
我在 joomla 1.7 “com_custom_component”中创建了一个自定义组件。如何路由到这个组件?
在 joomla 1.5 中类似于“index.php?option=com_custom_component&view=*”
我如何在 Joomla 1.7 中实现这一点?
【问题讨论】:
标签: php components custom-component joomla1.7
我在 joomla 1.7 “com_custom_component”中创建了一个自定义组件。如何路由到这个组件?
在 joomla 1.5 中类似于“index.php?option=com_custom_component&view=*”
我如何在 Joomla 1.7 中实现这一点?
【问题讨论】:
标签: php components custom-component joomla1.7
在 Joomla 1.7 中也是如此
index.php?option=com_custom_component&view=custom_view
【讨论】: