]> git.mxchange.org Git - core.git/commit
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)
commitf68549603f12edc09842108a287d420a16a7571f
treebce60119fbd4f2625b4366570cbda87d4e080e4f
parenta34a10c85ac693d6d2c183258eb36deb353d003e
Rewritten class loader to skip deprecated class files:
- 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
docs/TODOs.txt
inc/classes/main/class_BaseFrameworkSystem.php
inc/loader/class_ClassLoader.php