Inherits Plugin.

Public Member Functions | |
| tpjqGrid () | |
| build ($url, $params) | |
| _optvar ($src_arr, $src_key, &$dst_arr, $dst_key='') | |
| _getparam ($params, $name, $default) | |
Public Attributes | |
| $guid = 0 | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description:
Definition at line 10 of file jqgrid.php.
| tpjqGrid::_getparam | ( | $ | params, | |
| $ | name, | |||
| $ | default | |||
| ) |
Fetch a parameter value from an array, returning a default value if the parameter does not exist.
Definition at line 140 of file jqgrid.php.
Referenced by build().
| tpjqGrid::_optvar | ( | $ | src_arr, | |
| $ | src_key, | |||
| &$ | dst_arr, | |||
| $ | dst_key = '' | |||
| ) |
Copy a value from a source array into the destination array, optionally using different keys. If the source array does not contain the value, then nothing will be copied.
Definition at line 130 of file jqgrid.php.
Referenced by build().
| tpjqGrid::build | ( | $ | url, | |
| $ | params | |||
| ) |
Definition at line 22 of file jqgrid.php.
References $params, __(), _getparam(), _optvar(), and assert_type().
| tpjqGrid::tpjqGrid | ( | ) |
Constructor
Definition at line 17 of file jqgrid.php.
References Plugin_Base::depend(), and Plugin::Plugin().
| tpjqGrid::$guid = 0 |
Definition at line 12 of file jqgrid.php.
1.6.1