从外部 PHP 访问 Joomla 1.6+ 对象

Access Joomla 1.6+ object from External PHP(从外部 PHP 访问 Joomla 1.6+ 对象)
本文介绍了从外部 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+ 对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)