コード例 #1
0
ファイル: sitemap.php プロジェクト: biggtfish/magixcms
 /**
  * Create GZ file from sitemap.xml
  * @param $file
  * @param $data
  * @return void
  */
 public function createGZ($fpath, $file, $data)
 {
     $this->makeFile(magixcjquery_xml_xml::xmlInstance()->folder_path($fpath) . $file, magixcjquery_xml_xml::xmlInstance()->folder_path($fpath) . $data);
 }
コード例 #2
0
ファイル: rss.php プロジェクト: biggtfish/magixcms
 /**
  * Toggle indentation on/off (implement indent)
  * @param $indent = true/false
  * @return void
  */
 function indentRSS($indent = true)
 {
     magixcjquery_xml_xml::xmlInstance()->indent($indent);
 }