从外部PHP访问Joomla 1.6+对象
我已经阅读了v1.5的相关内容,并在v1.5上实现了该功能,但希望在v1.6 +上获得一些帮助.
I have read up on doing this, and actually implemented this, for v1.5 but will like some help on v1.6+.
v1.5样本: http://forum.joomla.org/viewtopic.php?p=1559295
这是我在此处查询的后续操作: Joomla 1.6外部PHP交互问题,但没有任何响应...也许有点太长而且杂乱无章.
This is a follow on to my query here: Joomla 1.6 External PHP Interaction Issue which got no response ... maybe a bit too long and rambling.
感谢您提供的任何帮助.
Thanks for any help given.
从Joomla 1.6开始,CMS与底层Joomla平台分离,因此,应考虑使用Joomla平台以能够使用例如数据库连接器
Starting with Joomla 1.6 the CMS is separated from the underlying Joomla platform, therefore you should look into using the Joomla platform to be able to use for example the database connector.
以下是一些示例:如何使用Joomla创建独立应用程序!平台