Access Joomla 1.6+ object from External PHP(从外部 PHP 访问 Joomla 1.6+ 对象)
问题描述
我已经阅读了关于这样做的内容,并实际为 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 External PHP Interaction Issue 没有得到回应......也许有点太长而且漫无边际.
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 创建独立应用程序!平台
这篇关于从外部 PHP 访问 Joomla 1.6+ 对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:从外部 PHP 访问 Joomla 1.6+ 对象


- 从 PHP 中的输入表单获取日期 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- Laravel 仓库 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01