- Added a kill switch to a number of Data display methods.
- Moved
Lorium
directly into the Debug class. - Moved
page_data
directly into the Debug class.
- A number of methods and accessing static properties directly.
- Added
Data
method with dumping & logging routines.
- #10
- Changed how sessions are started in
DistplayData
.
- Changed property typing to the specific class required rather than a generic object. #7
- Fixed a bug in
DisplayData
where array and object data wasn't being displayed properly inpage_data
.
- Auto handle if a file name parsed contains the
.log
extension. - Added a routine to handle full path parsing.
- Added Variable-length argument lists to
DisplayData->data()
method.
- Added the following tools:
Cmd
Js
Log
- Added a common file (
tests\common.php
) for the autoloading & other common functions needed by the test files.
- Added
index.php
page to tests.
- Added basic caller class
Debug
. - Added the following tools:
DisplayData
Lorium
Timing
- Added basic test pages for each class.