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.

レンダラの複数のオプションを設定する (Previous) URL のマッピングを有効にし、設定する (Next)
Last updated: Tue, 21 May 2013 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.