X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=fcbcef4afe2b36aabcb84f2c2fc009221b401177;hp=bb9750aac4eaa37d4f507a830f3709b1bb47d6fc;hb=0c8148de6d0f7877fd774cbf091eecf82799025a;hpb=1c8875ccc8d401dd52bdc6d6e5987db9cc2fffc5 diff --git a/inc/config.php b/inc/config.php index bb9750aa..fcbcef4a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -92,7 +92,7 @@ $cfg->setConfigEntry('application_path', $cfg->getConfigEntry('base_path') . $cf $cfg->setConfigEntry('compile_output_path', 'templates/_compiled/'); // CFG: HTML-TEMPLATE-CLASS -$cfg->setConfigEntry('html_template_class', 'HtmlTemplateEngine'); +$cfg->setConfigEntry('html_template_class', 'CoreFramework\Template\Engine\HtmlTemplateEngine'); // CFG: DECO-XML-REWRITER-TEMPLATE-CLASS $cfg->setConfigEntry('deco_xml_rewriter_template_class', 'XmlRewriterTemplateDecorator'); @@ -179,7 +179,7 @@ $cfg->setConfigEntry('dataset_criteria_class', 'DataSetCriteria'); $cfg->setConfigEntry('update_criteria_class', 'UpdateCriteria'); // CFG: FILE-IO-CLASS -$cfg->setConfigEntry('file_io_class', 'FileIoHandler'); +$cfg->setConfigEntry('file_io_class', 'CoreFramework\Handler\Filesystem\FileIoHandler'); // CFG: DATABASE-RESULT-CLASS $cfg->setConfigEntry('database_result_class', 'CachedDatabaseResult');