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

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

Structures_DataGrid::setRequestPrefix

Structures_DataGrid::setRequestPrefix() – Set the global GET/POST variables prefix

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::setRequestPrefix ( string $prefix )

Description

If you need to change the request variables, you can define a prefix. This is extra useful when using multiple datagrids.

This method needs to be called before bind().

Parameter

string $prefix

The prefix to use on request variables;

Throws

throws no exceptions thrown

Note

This function can not be called statically.

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

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