C
|
cgphp 8/20/2013 |
Search parameters are stored in the global SESSION array. Check this article http://xlinesoft.com/phprunner/docs/print_search_parameters_on_list_page.htm |
O
|
onlline author 8/20/2013 |
Search parameters are stored in the global SESSION array. Check this article http://xlinesoft.com/phprunner/docs/print_search_parameters_on_list_page.htm
|
C
|
cgphp 8/21/2013 |
You can add labels manually. |
O
|
onlline author 8/23/2013 |
You can add labels manually.
|
C
|
cgphp 8/24/2013 |
$fName contains the name of the field. You can replace it with your custom label. |
O
|
onlline author 8/24/2013 |
$fName contains the name of the field. You can replace it with your custom label.
|