joomla是否将文章/模块的文本和图像路径存储在数据库中? [英] Does joomla store article/ modules text and image path in database?

查看:54
本文介绍了joomla是否将文章/模块的文本和图像路径存储在数据库中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为使用Joomla 2.5创建的网站创建iPhone应用程序.我当时想的是创建RSS并在iPhone应用程序中传递该链接.但是,在创建RSS时,我担心应该从哪里获得文章中的文本和图像?

I wanted to create an iPhone app for a website which is created using Joomla 2.5. What I was thinking is to create RSS and pass that link in the iPhone app. However, for creating RSS, I was worried about from where should I get the articles text and images that are there?

因此,我想知道:Joomla是否将文章/模块的文本和图像路径存储在数据库中?如果是,它使用哪个表存储所有信息?

Hence, I wanted to know: does Joomla store the article/ modules text and images path in a database? If yes, which table does it use to store all info?

推荐答案

当然,它存储在数据库中;-) 您应该在表#__content中找到所有数据(将#__替换为前缀). 字段titleintrotextfulltextimages可能是您需要的.请注意,images字段是JSON编码的字符串.

Of course it's stored in the database ;-) You should find all the data in the table #__content (replace #__ with your prefix). The fields title, introtext, fulltext and images is probably what you need. Note that the images field is an JSON encoded string.

这篇关于joomla是否将文章/模块的文本和图像路径存储在数据库中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆