個人用ツール

ver4/関数リファレンス/BcForm/generateList

提供: baserCMS公式ガイド

移動: 案内, 検索

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

説明

モデルよりリストを生成する

使い方

$this->BcForm->generateList( $modelName , [$conditions], [$fields], [$order] );

パラメーター

(string) $modelName

(mixed) $conditions

(mixed) $fields

(mixed) $order

戻り値

(mixed)
リストまたは、false

用例

基本

コード

 

出力

 

変更履歴

ソースファイル

関連資料

類似の関数