CMS  Version 3.9
export.inc File Reference

Go to the source code of this file.

Variables

 $sections = Query::create(Section, "ORDER BY section_id")->execute()
 
 $content = Query::create(SectionContent, "ORDER BY section_content_id")->execute()
 
 $file = codify($config["sitename"]."_sections_".date("Ymd")).".xml"
 
 $mgr = new SerializationManager()
 

Variable Documentation

◆ $content

$content = Query::create(SectionContent, "ORDER BY section_content_id")->execute()

Definition at line 39 of file export.inc.

◆ $file

$file = codify($config["sitename"]."_sections_".date("Ymd")).".xml"

Definition at line 41 of file export.inc.

◆ $mgr

$mgr = new SerializationManager()

Definition at line 47 of file export.inc.

◆ $sections

$sections = Query::create(Section, "ORDER BY section_id")->execute()

Definition at line 38 of file export.inc.