[1] Changed constructor behavior
---------------------------------------
You can now pass a variables order or a mode to the
constructor/SetVariables method. e.g. "GPS" or 'ini'
or 'user'. Ini takes the php.ini setting (which is the
default) and 'user' the calss specific setting. If
passed valid gps string this one is used.
Thanks to (Dave Weingart) for reporting this bug.
[2] Added class properties
---------------------------------------
var $decode, bool
Switch on/off decoding of variable values (default on)
var $decodeObj, bool
Enable or disable decoding of non-scalar values.
[3] Modded _Decode();
---------------------------------------
Listens now to the class properties above. Changed the bahavior a
bit if an array nests objects/arrays. This kind of elements are
skipped by the runtimefuntion while other scalar elements are
decoded. Currently supportet: arrays with depth=1. Objects are
ignored at all.
|