Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16469 программистов и 1678 роботов. Сейчас ищут 1498 программистов ...
Structures_DataGrid::setRequestPrefix
Вернуться к: Class Structures_DataGrid
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 )
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.
Вернуться к: Class Structures_DataGrid