More exceptions added, class loader can now load extra configs
authorRoland Häder <roland@mxchange.org>
Thu, 13 Mar 2008 20:30:57 +0000 (20:30 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 13 Mar 2008 20:30:57 +0000 (20:30 +0000)
commit1203b1ad0320972541b4a60f0fd4e0bc67e24425
tree05f04e06d4a787b3ee31af459138b32e69271035
parente11deea8f26309249f8f923b6321b05c05b25dd9
More exceptions added, class loader can now load extra configs
13 files changed:
.gitattributes
inc/classes/exceptions/language/class_MissingFileIoHandlerException.php [new file with mode: 0644]
inc/classes/exceptions/language/class_MissingLanguageHandlerException.php [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/database/classes/class_LocalFileDatabase.php
inc/classes/main/template/class_TemplateEngine.php
inc/config-local.php [deleted file]
inc/config.php
inc/config/class_FrameworkConfiguration.php
inc/config/config-override.php [new file with mode: 0644]
inc/includes.php
inc/language/.htaccess [new file with mode: 0644]
inc/loader/class_ClassLoader.php