Does joomla store article/ modules text and image path in database?

元气小坏坏 提交于 2019-12-25 03:49:49

问题


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?

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?


回答1:


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.



来源:https://stackoverflow.com/questions/16276397/does-joomla-store-article-modules-text-and-image-path-in-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!