Structures_DataGrid (Previous) (Next) Structures_DataGrid::addColumn

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

constructor Structures_DataGrid::Structures_DataGrid()

constructor Structures_DataGrid::Structures_DataGrid()  -- コンストラクタ

説明

DataGrid クラスを作成します。コア機能とレンダラは分割されており、 それによって保守性と高い結合性が保たれています。

パラメータ

string $limit

1 ページあたりに表示するレコード数。

integer $page

現在表示しているページ。たいていの場合は、これは無意味です。 注意: これを指定すると、GET 変数 "page" は無視されます。

string $rendererType

使用するレンダラの型。これを使用するかわりに render()fill() あるいは getOutput() の引数 $type を使用することを推奨します。

例外・エラー

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

注意

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

Structures_DataGrid (Previous) (Next) Structures_DataGrid::addColumn

Download Documentation Last updated: Sun, 31 Aug 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.