where the content of Joomla custom html is?

2019-06-13 06:26发布

问题:

When I write in the wysiwyg editor then the data in the editor end up somewhere and then posted in front end. My question is where do those data end up? How do I access them via filezilla? What is the directory?

Thank you,

Best Regards,

Andreas Achilleos

回答1:

Any data that gets saved, is always saved to the database. In this case (assuming you are using the default Joomla article manager), the data/articles (includes your code in the article) get saved to the database table called #__content. #__ is the prefix for all tables so the actual table name may look something like jos_content