![]() |
CMS
Version 3.9
|
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() | |
$content = Query::create(SectionContent, "ORDER BY section_content_id")->execute() |
Definition at line 39 of file export.inc.
$file = codify($config["sitename"]."_sections_".date("Ymd")).".xml" |
Definition at line 41 of file export.inc.
$mgr = new SerializationManager() |
Definition at line 47 of file export.inc.
$sections = Query::create(Section, "ORDER BY section_id")->execute() |
Definition at line 38 of file export.inc.