Modifications were made to debug and purge CRNRSTN test pages to close security leaks. Added new methods to environmentals class object to support on the fly data encrypt/decrypt for passing manipulation-proof data from client to server...e.g. encrypted data stored in hidden form fields and decrypted on server after POST for processing.
Also added a "wall time" method, $oCRNRSTN_ENV->wallTime() ...where the start time is initialized within the CRNRSTN constructor. This update is looking towards the bubbling up of SERVER performance metrics...which may be wired into CRNRSTN in the future.