]> git.mxchange.org Git - hub.git/commit
More exceptions added, class loader can now load extra configs
authorRoland Häder <roland@mxchange.org>
Thu, 13 Mar 2008 20:30:55 +0000 (20:30 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 13 Mar 2008 20:30:55 +0000 (20:30 +0000)
commita94b064b1e66382b0a9462b2613069ccd8b748f2
tree3bc39e72bc196e35b100c60291ab790ddb9c31ce
parent2d4fd5214cf9affcfce1416cb4715137a836aea4
More exceptions added, class loader can now load extra configs
12 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/loader/class_ClassLoader.php