Search code examples
joomla

where are articles stored in joomla?


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.


Solution

  • 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.