CMS  Version 3.9
export.inc File Reference

Go to the source code of this file.

Variables

 $pages = Query::create(Page, "ORDER BY page_id")->execute()
 
foreach($pages as $page$file = codify($config["sitename"]."_pages_".date("Ymd")).".xml"
 

Variable Documentation

◆ $file

foreach ( $pages as $page) $file = codify($config["sitename"]."_pages_".date("Ymd")).".xml"

Definition at line 45 of file export.inc.

◆ $pages

$pages = Query::create(Page, "ORDER BY page_id")->execute()

Definition at line 38 of file export.inc.