previousStructures_DataGrid::setRendererOptions (Previous) (Next) Structures_DataGrid::setUrlFormatnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Structures_DataGrid::setRequestPrefix

Structures_DataGrid::setRequestPrefix() – グローバル変数 GET/POST のプレフィックスを設定する

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::setRequestPrefix ( string $prefix )

Description

リクエスト変数を変更したい場合は、プレフィックスを定義することが可能です。 これは、複数のデータグリッドを使用する際に非常に便利です。

このメソッドは、bind() より先にコールする必要があります。

Parameter

string $prefix

リクエスト変数の先頭につけるプレフィックス。

Throws

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

Note

This function can not be called statically.

previousStructures_DataGrid::setRendererOptions (Previous) (Next) Structures_DataGrid::setUrlFormatnext

Download Documentation Last updated: Sun, 21 Jun 2009
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.