Developer Notes

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
 
(What happens when a page is saved)
 
Line 1: Line 1:
 
==What happens when a page is saved==
 
==What happens when a page is saved==
 
1. The output html for the page is written to...
 
1. The output html for the page is written to...
public_html/sohoadmin/config/tmp_content/Page_Name.con
+
public_html/sohoadmin/config/tmp_content/Page_Name.con
  
 
2. The page editor layout of the page (grid square content) gets written to...
 
2. The page editor layout of the page (grid square content) gets written to...
public_html/sohoadmin/config/tmp_content/Page_Name.regen
+
public_html/sohoadmin/config/tmp_content/Page_Name.regen
  
 
3. A skeleton file that references the page gets written for SEO purposes here...
 
3. A skeleton file that references the page gets written for SEO purposes here...
public_html/Page_Name.php
+
public_html/Page_Name.php
  
 
4. The page name, meta data, and menu position gets written here...
 
4. The page name, meta data, and menu position gets written here...
Database Tables > System Tables > site_pages
+
Database Tables > System Tables > site_pages

Latest revision as of 17:08, 22 October 2009

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