]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 8 Jan 2021 06:56:54 +0000 (07:56 +0100)
committerRoland Häder <roland@mxchange.org>
Fri, 8 Jan 2021 06:56:54 +0000 (07:56 +0100)
commitd11657434a0f9a9fe67b823f501b5cd9742124ae
tree7a6d36475fd175fce515c73304067329d3e703e7
parent4966b4ec26e66d4ebd459ad4b75d3f520bdc6681
Continued:
- moved utilities classes to plural path names and namespaces
- added ArrayUtils class for handling arrrays
- used that new class' method to map numeric array elements to associative

Signed-off-by: Roland Häder <roland@mxchange.org>
28 files changed:
application/tests/class_ApplicationHelper.php
framework/bootstrap/class_FrameworkBootstrap.php
framework/config/class_FrameworkConfiguration.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/commands/html/class_HtmlLoginAreaCommand.php
framework/main/classes/criteria/class_BaseCriteria.php
framework/main/classes/feature/class_FrameworkFeature.php
framework/main/classes/file_directories/binary/stack/class_StackFile.php
framework/main/classes/helper/class_BaseHelper.php
framework/main/classes/helper/html/links/class_HtmlLinkHelper.php
framework/main/classes/index/class_BaseIndex.php
framework/main/classes/index/file/class_BaseFileIndex.php
framework/main/classes/request/html/class_HtmlRequest.php
framework/main/classes/resolver/action/class_BaseActionResolver.php
framework/main/classes/resolver/class_BaseResolver.php
framework/main/classes/resolver/command/class_BaseCommandResolver.php
framework/main/classes/resolver/controller/class_BaseControllerResolver.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/classes/template/class_BaseTemplateEngine.php
framework/main/classes/template/image/class_ImageTemplateEngine.php
framework/main/classes/template/mail/class_MailTemplateEngine.php
framework/main/classes/template/menu/class_MenuTemplateEngine.php
framework/main/classes/template/xml/class_BaseXmlTemplateEngine.php
framework/main/classes/utils/arrays/class_ArrayUtils.php [new file with mode: 0644]
framework/main/classes/utils/number/class_NumberUtils.php [deleted file]
framework/main/classes/utils/numbers/class_NumberUtils.php [new file with mode: 0644]
framework/main/classes/utils/string/class_StringUtils.php [deleted file]
framework/main/classes/utils/strings/class_StringUtils.php [new file with mode: 0644]