Rewritten class loader to skip deprecated class files:
authorRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 16:42:19 +0000 (16:42 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 16:42:19 +0000 (16:42 +0000)
- Rewritten class loader to skip deprecated class files which should make all
  applications working again. This is done by checking its size because I
  will remove all code from the PHP include file and add a @DEPRECATED tag to
  it. A typical size is 24 bytes
- __set() and __get() are now calling debugBackTrace() with a message to aid
  finding e.g. typos in field/attribute names
- debugBackTrace() does now accept an optional parameter for a message
- TODOs.txt updated


No differences found