Structures_DataGrid::fill (Previous) (Next) Structures_DataGrid::getColumnByField

View this page in Last updated: Sun, 07 Sep 2008
English | Dutch | French | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Structures_DataGrid::generateColumns()

Structures_DataGrid::generateColumns()  -- フィールドリストのカラムを生成する

説明

これは、シンプルなカラムを簡単に追加するためのショートカットです。 各カラムについて手動で addColumns() をコールして追加する必要がなくなります。

作成されたカラム群は、現在のカラムセットに追加されます。

パラメータ

array $fields

フィールドとラベルの対応。 array(field => label, ...) 形式となります。 デフォルトは空の配列で、これはデータソースから取得したすべてのフィールドを表します。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。

Structures_DataGrid::fill (Previous) (Next) Structures_DataGrid::getColumnByField

Download Documentation Last updated: Sun, 07 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.