Changes between Initial Version and Version 1 of Ticket #22325, comment 11
- Timestamp:
- 11/02/2012 02:15:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22325, comment 11
initial v1 1 1 I was thinking something a bit more simple, a set of functions that mimic the GPCS globals. 2 2 3 {{{ 3 4 // instead of 4 5 $something = $_GET['something']; … … 6 7 // use the new 7 8 $something = _get('something'); 9 }}} 8 10 9 11 We could simulate other things like calling those methods with no arguments would return the entire array, multie args for multidimensional arrays etc.