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+ 对象


基础教程推荐
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01