where are articles stored in joomla?

我只是一个虾纸丫 提交于 2020-01-13 16:26:15

问题


Sorry, this can be a newbie question.

I am going in Article Manager section of admin and I do see some articles but I want to know which is the table which stores these articles?

I simply see a lot of tables in DB but I am not able to guess which ones store the content from article manager.

Thanks.


回答1:


jos_content is the table that holds the article. jos_ is a place holder for your actual database table prefix - which might be jos_ but isn't necessarily.




回答2:


If you using K2 extension for joomla, which is very popular, than your articles are stored into jos_k2_items. Prefix "jos" depends of what you typed in the time of the installation of joomla CMS system on your server.



来源:https://stackoverflow.com/questions/7988042/where-are-articles-stored-in-joomla

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