]> git.mxchange.org Git - core.git/commit - inc/config.php
Improved directory (non-recursive) reading:
authorRoland Haeder <roland@mxchange.org>
Mon, 12 May 2014 20:48:19 +0000 (22:48 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 12 May 2014 20:48:19 +0000 (22:48 +0200)
commit84daf7f99e1af16ef9496e14f55ddf35f8657dc6
treeb487d6b0f12d20c7fd7e166ec54e8e928b8efbab
parent87dacf0cd1569f9ef85ce1f61003d3169feec6d2
Improved directory (non-recursive) reading:
- Refactured FrameworkDirectoryPointer to use DirectoryIterator (SPL).
- The use of isDot() makes excluding '.' and '..' obsolete (would be double),
  so more classes can be improved here.
- Also use ObjectFactory instead of direct class name for better flexibility.

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/database/databases/class_LocalFileDatabase.php
inc/classes/main/io/class_FrameworkDirectoryPointer.php
inc/classes/middleware/compressor/class_CompressorChannel.php
inc/config.php
inc/loader/class_ClassLoader.php