個人用ツール

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

提供: baserCMS公式ガイド

移動: 案内, 検索
(ページの作成:「## 説明 表示件数設定機能を出力する。 ## 使い方 <syntaxhighlight lang="php"> $this->BcBaser->listNum($data, $options) </syntaxhighlight> ## パラ...」)
 
行32: 行32:
 
####コード
 
####コード
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
 
+
<?php $this->BcBaser->listNum() ?>
 
</syntaxhighlight>
 
</syntaxhighlight>
  

2015年4月27日 (月) 03:12時点における版

説明

表示件数設定機能を出力する。

使い方

$this->BcBaser->listNum($data, $options)

パラメータ

(array) $data
読み込むテンプレートに引き継ぐパラメータ
  • 初期値:array()

(array) $options
オプション

  • 初期値:array()

※ その他のパラメータについては、View::element() を参照

戻り値

なし

用例

基本

コード

<?php $this->BcBaser->listNum() ?>

応用

コード

 

出力

変更履歴

ソースファイル

関連資料