Developer Notes

From Sohowiki
Jump to: navigation, search

What happens when a page is saved

1. The output html for the page is written to...

public_html/sohoadmin/config/tmp_content/Page_Name.con

2. The page editor layout of the page (grid square content) gets written to...

public_html/sohoadmin/config/tmp_content/Page_Name.regen

3. A skeleton file that references the page gets written for SEO purposes here...

public_html/Page_Name.php

4. The page name, meta data, and menu position gets written here...

Database Tables > System Tables > site_pages
Personal tools