個人用ツール

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

提供: baserCMS公式ガイド

移動: 案内, 検索
行6: 行6:
 
## 使い方
 
## 使い方
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
$this->BcBaser->content( )
+
<?php $this->BcBaser->content(); ?>
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 +
## 戻り値
 +
なし
  
 
## 用例
 
## 用例
行14: 行16:
 
####コード
 
####コード
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
<?php $this->BcBaser->content( ); ?>
+
<?php $this->BcBaser->content(); ?>
 
</syntaxhighlight>
 
</syntaxhighlight>
  

2015年4月22日 (水) 16:29時点における版

説明

固定ページやブログ、お問い合わせフォームなどのコンテンツ本体を出力する。

レイアウトテンプレートで利用する。

使い方

<?php $this->BcBaser->content(); ?>

戻り値

なし

用例

基本

コード

<?php $this->BcBaser->content(); ?>

出力

 

応用

コード

 

出力

 

変更履歴

ソースファイル

関連資料

類似の関数