]> git.mxchange.org Git - mailer.git/commit
More exceptions added, class loader can now load extra configs
authorquix0r <quix0r@mxchange.org>
Thu, 13 Mar 2008 20:30:57 +0000 (20:30 +0000)
committerquix0r <quix0r@mxchange.org>
Thu, 13 Mar 2008 20:30:57 +0000 (20:30 +0000)
commit746809b5ac7049452beffbe0fd5a624e6f7dd0f2
tree05f04e06d4a787b3ee31af459138b32e69271035
parent26534aa4c6e51056ba32ba788522301bc83c5ce1
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