Hi,
I had successfully connect PatternReuseSample (from Showcase) to
PHP backend using Fetch/Update/Add/Remove interface.
However, sometime when I play with the LiveGrid's grouping/sorting/... features,
and try to modify the data via DynamicForm ... my PHP will receive
parameters as below:
$399 = 0_5
$42c = isc_OID_4_groupTree
isFolder = null
I thought all POST parameters pass to PHP should be prefixed by "_", am I correct ?
Where are those parameters come from ? How can I remove them ?
Specially, the "isFolder" parameter ... I did not define this as my RestDataSource field !!
Where can I find the list of "reserved" POST parameters which will send to PHP ?
Thanks a lot.
Regards
KC
I had successfully connect PatternReuseSample (from Showcase) to
PHP backend using Fetch/Update/Add/Remove interface.
However, sometime when I play with the LiveGrid's grouping/sorting/... features,
and try to modify the data via DynamicForm ... my PHP will receive
parameters as below:
$399 = 0_5
$42c = isc_OID_4_groupTree
isFolder = null
I thought all POST parameters pass to PHP should be prefixed by "_", am I correct ?
Where are those parameters come from ? How can I remove them ?
Specially, the "isFolder" parameter ... I did not define this as my RestDataSource field !!
Where can I find the list of "reserved" POST parameters which will send to PHP ?
Thanks a lot.
Regards
KC
Comment