where the content of Joomla custom html is?

♀尐吖头ヾ 提交于 2019-12-23 06:58:10

问题


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



来源:https://stackoverflow.com/questions/21512924/where-the-content-of-joomla-custom-html-is

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