関数リファレンス/BcBaser getPageList
提供: baserCMS公式ガイド
目次
説明
固定ページ機能で作成したページの一覧データを取得する。
使い方
$this->BcBaser->getPageList( $pageCategoryId, $recursive);
パラメータ
- (string) $pageCategoryId
- 固定ページカテゴリID
- 初期値:−
- (array) $options
- 初期値:array()
戻り値
(array)
用例
基本
コード
<?php $pages = $this->BcBaser->getPageList($categoryId); ?>