個人用ツール

「ver4/関数リファレンス/sitemap」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
(ページの作成:「[このコンテンツは内容調整中です] ## 説明 サイトマップを出力する ## 使い方 <syntaxhighlight lang="php"> $this->BcBaser->sitemap($siteId)...」)
 
行4: 行4:
 
サイトマップを出力する
 
サイトマップを出力する
  
 +
ログインしていない場合はキャッシュする
  
 
## 使い方
 
## 使い方
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
$this->BcBaser->sitemap($siteId)
+
$this->BcBaser->sitemap( $siteId )
 
</syntaxhighlight>
 
</syntaxhighlight>
  

2016年11月4日 (金) 19:34時点における版

[このコンテンツは内容調整中です]

説明

サイトマップを出力する

ログインしていない場合はキャッシュする

使い方

$this->BcBaser->sitemap( $siteId )

パラメータ

(int) $id
$siteId サイトID

戻り値

用例

基本

コード

<?php $this->BcBaser->sitemap($siteId) ?>

応用

コード

 

出力

変更履歴

ソースファイル

関連資料