From c325fb0e12800cb29f3c98df34a88b6f9163bff9 Mon Sep 17 00:00:00 2001 From: Rhilip Date: Wed, 11 Sep 2019 09:53:34 +0800 Subject: [PATCH] revert(Framework): rename back to `framework` instead of ucfirst() --- {Framework => framework}/Base/Application.php | 0 {Framework => framework}/Base/BaseObject.php | 0 {Framework => framework}/Base/Component.php | 0 {Framework => framework}/Base/ComponentInterface.php | 0 {Framework => framework}/Base/ComponentTrait.php | 0 {Framework => framework}/Base/Error.php | 0 {Framework => framework}/Base/Process.php | 0 {Framework => framework}/Base/StaticInstanceInterface.php | 0 {Framework => framework}/Base/StaticInstanceTrait.php | 0 {Framework => framework}/Base/Timer.php | 0 {Framework => framework}/Bencode/Bencode.php | 0 {Framework => framework}/Bencode/ParseErrorException.php | 0 {Framework => framework}/Component/Config.php | 0 {Framework => framework}/Component/I18n.php | 0 {Framework => framework}/Component/Log.php | 0 {Framework => framework}/Console/Application.php | 0 {Framework => framework}/Console/Command.php | 0 {Framework => framework}/Console/Error.php | 0 {Framework => framework}/Console/ExitCode.php | 0 {Framework => framework}/Console/Input.php | 0 {Framework => framework}/Database/BasePDOConnection.php | 0 .../Database/MasterSlave/BasePDOConnection.php | 0 {Framework => framework}/Database/MasterSlave/PDOConnection.php | 0 {Framework => framework}/Database/PDOConnection.php | 0 .../Database/Persistent/BasePDOConnection.php | 0 {Framework => framework}/Database/Persistent/PDOConnection.php | 0 {Framework => framework}/Exceptions/ComponentException.php | 0 {Framework => framework}/Exceptions/ConfigException.php | 0 {Framework => framework}/Exceptions/ConnectionException.php | 0 {Framework => framework}/Exceptions/DebugException.php | 0 {Framework => framework}/Exceptions/EndException.php | 0 {Framework => framework}/Exceptions/EnvException.php | 0 {Framework => framework}/Exceptions/ErrorException.php | 0 {Framework => framework}/Exceptions/NotFoundException.php | 0 {Framework => framework}/Exceptions/RouteException.php | 0 {Framework => framework}/Exceptions/ValidatorException.php | 0 {Framework => framework}/Exceptions/ViewException.php | 0 {Framework => framework}/Helpers/FileSystemHelper.php | 0 {Framework => framework}/Helpers/JWTHelper.php | 0 {Framework => framework}/Helpers/NameHelper.php | 0 {Framework => framework}/Helpers/ProcessHelper.php | 0 {Framework => framework}/Helpers/StringHelper.php | 0 {Framework => framework}/Helpers/SystemInfoHelper.php | 0 {Framework => framework}/Http/Application.php | 0 {Framework => framework}/Http/BaseRequest.php | 0 {Framework => framework}/Http/BaseResponse.php | 0 {Framework => framework}/Http/Captcha.php | 0 {Framework => framework}/Http/Controller.php | 0 {Framework => framework}/Http/Cookie.php | 0 {Framework => framework}/Http/Error.php | 0 {Framework => framework}/Http/HttpServer.php | 0 {Framework => framework}/Http/Image.php | 0 {Framework => framework}/Http/Request.php | 0 {Framework => framework}/Http/Response.php | 0 {Framework => framework}/Http/Route.php | 0 {Framework => framework}/Http/Session.php | 0 {Framework => framework}/Http/UploadFile.php | 0 {Framework => framework}/Http/View.php | 0 {Framework => framework}/Redis/BaseRedisConnection.php | 0 {Framework => framework}/Redis/Persistent/BaseRedisConnection.php | 0 {Framework => framework}/Redis/Persistent/RedisConnection.php | 0 {Framework => framework}/Redis/RedisConnection.php | 0 {Framework => framework}/Rid.php | 0 {Framework => framework}/Utils/AttributesImportUtils.php | 0 {Framework => framework}/Utils/ClassValueCacheUtils.php | 0 {Framework => framework}/Utils/HeaderUtils.php | 0 {Framework => framework}/Utils/IpUtils.php | 0 {Framework => framework}/Validators/CaptchaTrait.php | 0 {Framework => framework}/Validators/CsrfTrait.php | 0 {Framework => framework}/Validators/Pagination.php | 0 {Framework => framework}/Validators/PaginationTrait.php | 0 {Framework => framework}/Validators/Validator.php | 0 {Framework => framework}/View/Conversion.php | 0 {Framework => framework}/functions.php | 0 74 files changed, 0 insertions(+), 0 deletions(-) rename {Framework => framework}/Base/Application.php (100%) rename {Framework => framework}/Base/BaseObject.php (100%) rename {Framework => framework}/Base/Component.php (100%) rename {Framework => framework}/Base/ComponentInterface.php (100%) rename {Framework => framework}/Base/ComponentTrait.php (100%) rename {Framework => framework}/Base/Error.php (100%) rename {Framework => framework}/Base/Process.php (100%) rename {Framework => framework}/Base/StaticInstanceInterface.php (100%) rename {Framework => framework}/Base/StaticInstanceTrait.php (100%) rename {Framework => framework}/Base/Timer.php (100%) rename {Framework => framework}/Bencode/Bencode.php (100%) rename {Framework => framework}/Bencode/ParseErrorException.php (100%) rename {Framework => framework}/Component/Config.php (100%) rename {Framework => framework}/Component/I18n.php (100%) rename {Framework => framework}/Component/Log.php (100%) rename {Framework => framework}/Console/Application.php (100%) rename {Framework => framework}/Console/Command.php (100%) rename {Framework => framework}/Console/Error.php (100%) rename {Framework => framework}/Console/ExitCode.php (100%) rename {Framework => framework}/Console/Input.php (100%) rename {Framework => framework}/Database/BasePDOConnection.php (100%) rename {Framework => framework}/Database/MasterSlave/BasePDOConnection.php (100%) rename {Framework => framework}/Database/MasterSlave/PDOConnection.php (100%) rename {Framework => framework}/Database/PDOConnection.php (100%) rename {Framework => framework}/Database/Persistent/BasePDOConnection.php (100%) rename {Framework => framework}/Database/Persistent/PDOConnection.php (100%) rename {Framework => framework}/Exceptions/ComponentException.php (100%) rename {Framework => framework}/Exceptions/ConfigException.php (100%) rename {Framework => framework}/Exceptions/ConnectionException.php (100%) rename {Framework => framework}/Exceptions/DebugException.php (100%) rename {Framework => framework}/Exceptions/EndException.php (100%) rename {Framework => framework}/Exceptions/EnvException.php (100%) rename {Framework => framework}/Exceptions/ErrorException.php (100%) rename {Framework => framework}/Exceptions/NotFoundException.php (100%) rename {Framework => framework}/Exceptions/RouteException.php (100%) rename {Framework => framework}/Exceptions/ValidatorException.php (100%) rename {Framework => framework}/Exceptions/ViewException.php (100%) rename {Framework => framework}/Helpers/FileSystemHelper.php (100%) rename {Framework => framework}/Helpers/JWTHelper.php (100%) rename {Framework => framework}/Helpers/NameHelper.php (100%) rename {Framework => framework}/Helpers/ProcessHelper.php (100%) rename {Framework => framework}/Helpers/StringHelper.php (100%) rename {Framework => framework}/Helpers/SystemInfoHelper.php (100%) rename {Framework => framework}/Http/Application.php (100%) rename {Framework => framework}/Http/BaseRequest.php (100%) rename {Framework => framework}/Http/BaseResponse.php (100%) rename {Framework => framework}/Http/Captcha.php (100%) rename {Framework => framework}/Http/Controller.php (100%) rename {Framework => framework}/Http/Cookie.php (100%) rename {Framework => framework}/Http/Error.php (100%) rename {Framework => framework}/Http/HttpServer.php (100%) rename {Framework => framework}/Http/Image.php (100%) rename {Framework => framework}/Http/Request.php (100%) rename {Framework => framework}/Http/Response.php (100%) rename {Framework => framework}/Http/Route.php (100%) rename {Framework => framework}/Http/Session.php (100%) rename {Framework => framework}/Http/UploadFile.php (100%) rename {Framework => framework}/Http/View.php (100%) rename {Framework => framework}/Redis/BaseRedisConnection.php (100%) rename {Framework => framework}/Redis/Persistent/BaseRedisConnection.php (100%) rename {Framework => framework}/Redis/Persistent/RedisConnection.php (100%) rename {Framework => framework}/Redis/RedisConnection.php (100%) rename {Framework => framework}/Rid.php (100%) rename {Framework => framework}/Utils/AttributesImportUtils.php (100%) rename {Framework => framework}/Utils/ClassValueCacheUtils.php (100%) rename {Framework => framework}/Utils/HeaderUtils.php (100%) rename {Framework => framework}/Utils/IpUtils.php (100%) rename {Framework => framework}/Validators/CaptchaTrait.php (100%) rename {Framework => framework}/Validators/CsrfTrait.php (100%) rename {Framework => framework}/Validators/Pagination.php (100%) rename {Framework => framework}/Validators/PaginationTrait.php (100%) rename {Framework => framework}/Validators/Validator.php (100%) rename {Framework => framework}/View/Conversion.php (100%) rename {Framework => framework}/functions.php (100%) diff --git a/Framework/Base/Application.php b/framework/Base/Application.php similarity index 100% rename from Framework/Base/Application.php rename to framework/Base/Application.php diff --git a/Framework/Base/BaseObject.php b/framework/Base/BaseObject.php similarity index 100% rename from Framework/Base/BaseObject.php rename to framework/Base/BaseObject.php diff --git a/Framework/Base/Component.php b/framework/Base/Component.php similarity index 100% rename from Framework/Base/Component.php rename to framework/Base/Component.php diff --git a/Framework/Base/ComponentInterface.php b/framework/Base/ComponentInterface.php similarity index 100% rename from Framework/Base/ComponentInterface.php rename to framework/Base/ComponentInterface.php diff --git a/Framework/Base/ComponentTrait.php b/framework/Base/ComponentTrait.php similarity index 100% rename from Framework/Base/ComponentTrait.php rename to framework/Base/ComponentTrait.php diff --git a/Framework/Base/Error.php b/framework/Base/Error.php similarity index 100% rename from Framework/Base/Error.php rename to framework/Base/Error.php diff --git a/Framework/Base/Process.php b/framework/Base/Process.php similarity index 100% rename from Framework/Base/Process.php rename to framework/Base/Process.php diff --git a/Framework/Base/StaticInstanceInterface.php b/framework/Base/StaticInstanceInterface.php similarity index 100% rename from Framework/Base/StaticInstanceInterface.php rename to framework/Base/StaticInstanceInterface.php diff --git a/Framework/Base/StaticInstanceTrait.php b/framework/Base/StaticInstanceTrait.php similarity index 100% rename from Framework/Base/StaticInstanceTrait.php rename to framework/Base/StaticInstanceTrait.php diff --git a/Framework/Base/Timer.php b/framework/Base/Timer.php similarity index 100% rename from Framework/Base/Timer.php rename to framework/Base/Timer.php diff --git a/Framework/Bencode/Bencode.php b/framework/Bencode/Bencode.php similarity index 100% rename from Framework/Bencode/Bencode.php rename to framework/Bencode/Bencode.php diff --git a/Framework/Bencode/ParseErrorException.php b/framework/Bencode/ParseErrorException.php similarity index 100% rename from Framework/Bencode/ParseErrorException.php rename to framework/Bencode/ParseErrorException.php diff --git a/Framework/Component/Config.php b/framework/Component/Config.php similarity index 100% rename from Framework/Component/Config.php rename to framework/Component/Config.php diff --git a/Framework/Component/I18n.php b/framework/Component/I18n.php similarity index 100% rename from Framework/Component/I18n.php rename to framework/Component/I18n.php diff --git a/Framework/Component/Log.php b/framework/Component/Log.php similarity index 100% rename from Framework/Component/Log.php rename to framework/Component/Log.php diff --git a/Framework/Console/Application.php b/framework/Console/Application.php similarity index 100% rename from Framework/Console/Application.php rename to framework/Console/Application.php diff --git a/Framework/Console/Command.php b/framework/Console/Command.php similarity index 100% rename from Framework/Console/Command.php rename to framework/Console/Command.php diff --git a/Framework/Console/Error.php b/framework/Console/Error.php similarity index 100% rename from Framework/Console/Error.php rename to framework/Console/Error.php diff --git a/Framework/Console/ExitCode.php b/framework/Console/ExitCode.php similarity index 100% rename from Framework/Console/ExitCode.php rename to framework/Console/ExitCode.php diff --git a/Framework/Console/Input.php b/framework/Console/Input.php similarity index 100% rename from Framework/Console/Input.php rename to framework/Console/Input.php diff --git a/Framework/Database/BasePDOConnection.php b/framework/Database/BasePDOConnection.php similarity index 100% rename from Framework/Database/BasePDOConnection.php rename to framework/Database/BasePDOConnection.php diff --git a/Framework/Database/MasterSlave/BasePDOConnection.php b/framework/Database/MasterSlave/BasePDOConnection.php similarity index 100% rename from Framework/Database/MasterSlave/BasePDOConnection.php rename to framework/Database/MasterSlave/BasePDOConnection.php diff --git a/Framework/Database/MasterSlave/PDOConnection.php b/framework/Database/MasterSlave/PDOConnection.php similarity index 100% rename from Framework/Database/MasterSlave/PDOConnection.php rename to framework/Database/MasterSlave/PDOConnection.php diff --git a/Framework/Database/PDOConnection.php b/framework/Database/PDOConnection.php similarity index 100% rename from Framework/Database/PDOConnection.php rename to framework/Database/PDOConnection.php diff --git a/Framework/Database/Persistent/BasePDOConnection.php b/framework/Database/Persistent/BasePDOConnection.php similarity index 100% rename from Framework/Database/Persistent/BasePDOConnection.php rename to framework/Database/Persistent/BasePDOConnection.php diff --git a/Framework/Database/Persistent/PDOConnection.php b/framework/Database/Persistent/PDOConnection.php similarity index 100% rename from Framework/Database/Persistent/PDOConnection.php rename to framework/Database/Persistent/PDOConnection.php diff --git a/Framework/Exceptions/ComponentException.php b/framework/Exceptions/ComponentException.php similarity index 100% rename from Framework/Exceptions/ComponentException.php rename to framework/Exceptions/ComponentException.php diff --git a/Framework/Exceptions/ConfigException.php b/framework/Exceptions/ConfigException.php similarity index 100% rename from Framework/Exceptions/ConfigException.php rename to framework/Exceptions/ConfigException.php diff --git a/Framework/Exceptions/ConnectionException.php b/framework/Exceptions/ConnectionException.php similarity index 100% rename from Framework/Exceptions/ConnectionException.php rename to framework/Exceptions/ConnectionException.php diff --git a/Framework/Exceptions/DebugException.php b/framework/Exceptions/DebugException.php similarity index 100% rename from Framework/Exceptions/DebugException.php rename to framework/Exceptions/DebugException.php diff --git a/Framework/Exceptions/EndException.php b/framework/Exceptions/EndException.php similarity index 100% rename from Framework/Exceptions/EndException.php rename to framework/Exceptions/EndException.php diff --git a/Framework/Exceptions/EnvException.php b/framework/Exceptions/EnvException.php similarity index 100% rename from Framework/Exceptions/EnvException.php rename to framework/Exceptions/EnvException.php diff --git a/Framework/Exceptions/ErrorException.php b/framework/Exceptions/ErrorException.php similarity index 100% rename from Framework/Exceptions/ErrorException.php rename to framework/Exceptions/ErrorException.php diff --git a/Framework/Exceptions/NotFoundException.php b/framework/Exceptions/NotFoundException.php similarity index 100% rename from Framework/Exceptions/NotFoundException.php rename to framework/Exceptions/NotFoundException.php diff --git a/Framework/Exceptions/RouteException.php b/framework/Exceptions/RouteException.php similarity index 100% rename from Framework/Exceptions/RouteException.php rename to framework/Exceptions/RouteException.php diff --git a/Framework/Exceptions/ValidatorException.php b/framework/Exceptions/ValidatorException.php similarity index 100% rename from Framework/Exceptions/ValidatorException.php rename to framework/Exceptions/ValidatorException.php diff --git a/Framework/Exceptions/ViewException.php b/framework/Exceptions/ViewException.php similarity index 100% rename from Framework/Exceptions/ViewException.php rename to framework/Exceptions/ViewException.php diff --git a/Framework/Helpers/FileSystemHelper.php b/framework/Helpers/FileSystemHelper.php similarity index 100% rename from Framework/Helpers/FileSystemHelper.php rename to framework/Helpers/FileSystemHelper.php diff --git a/Framework/Helpers/JWTHelper.php b/framework/Helpers/JWTHelper.php similarity index 100% rename from Framework/Helpers/JWTHelper.php rename to framework/Helpers/JWTHelper.php diff --git a/Framework/Helpers/NameHelper.php b/framework/Helpers/NameHelper.php similarity index 100% rename from Framework/Helpers/NameHelper.php rename to framework/Helpers/NameHelper.php diff --git a/Framework/Helpers/ProcessHelper.php b/framework/Helpers/ProcessHelper.php similarity index 100% rename from Framework/Helpers/ProcessHelper.php rename to framework/Helpers/ProcessHelper.php diff --git a/Framework/Helpers/StringHelper.php b/framework/Helpers/StringHelper.php similarity index 100% rename from Framework/Helpers/StringHelper.php rename to framework/Helpers/StringHelper.php diff --git a/Framework/Helpers/SystemInfoHelper.php b/framework/Helpers/SystemInfoHelper.php similarity index 100% rename from Framework/Helpers/SystemInfoHelper.php rename to framework/Helpers/SystemInfoHelper.php diff --git a/Framework/Http/Application.php b/framework/Http/Application.php similarity index 100% rename from Framework/Http/Application.php rename to framework/Http/Application.php diff --git a/Framework/Http/BaseRequest.php b/framework/Http/BaseRequest.php similarity index 100% rename from Framework/Http/BaseRequest.php rename to framework/Http/BaseRequest.php diff --git a/Framework/Http/BaseResponse.php b/framework/Http/BaseResponse.php similarity index 100% rename from Framework/Http/BaseResponse.php rename to framework/Http/BaseResponse.php diff --git a/Framework/Http/Captcha.php b/framework/Http/Captcha.php similarity index 100% rename from Framework/Http/Captcha.php rename to framework/Http/Captcha.php diff --git a/Framework/Http/Controller.php b/framework/Http/Controller.php similarity index 100% rename from Framework/Http/Controller.php rename to framework/Http/Controller.php diff --git a/Framework/Http/Cookie.php b/framework/Http/Cookie.php similarity index 100% rename from Framework/Http/Cookie.php rename to framework/Http/Cookie.php diff --git a/Framework/Http/Error.php b/framework/Http/Error.php similarity index 100% rename from Framework/Http/Error.php rename to framework/Http/Error.php diff --git a/Framework/Http/HttpServer.php b/framework/Http/HttpServer.php similarity index 100% rename from Framework/Http/HttpServer.php rename to framework/Http/HttpServer.php diff --git a/Framework/Http/Image.php b/framework/Http/Image.php similarity index 100% rename from Framework/Http/Image.php rename to framework/Http/Image.php diff --git a/Framework/Http/Request.php b/framework/Http/Request.php similarity index 100% rename from Framework/Http/Request.php rename to framework/Http/Request.php diff --git a/Framework/Http/Response.php b/framework/Http/Response.php similarity index 100% rename from Framework/Http/Response.php rename to framework/Http/Response.php diff --git a/Framework/Http/Route.php b/framework/Http/Route.php similarity index 100% rename from Framework/Http/Route.php rename to framework/Http/Route.php diff --git a/Framework/Http/Session.php b/framework/Http/Session.php similarity index 100% rename from Framework/Http/Session.php rename to framework/Http/Session.php diff --git a/Framework/Http/UploadFile.php b/framework/Http/UploadFile.php similarity index 100% rename from Framework/Http/UploadFile.php rename to framework/Http/UploadFile.php diff --git a/Framework/Http/View.php b/framework/Http/View.php similarity index 100% rename from Framework/Http/View.php rename to framework/Http/View.php diff --git a/Framework/Redis/BaseRedisConnection.php b/framework/Redis/BaseRedisConnection.php similarity index 100% rename from Framework/Redis/BaseRedisConnection.php rename to framework/Redis/BaseRedisConnection.php diff --git a/Framework/Redis/Persistent/BaseRedisConnection.php b/framework/Redis/Persistent/BaseRedisConnection.php similarity index 100% rename from Framework/Redis/Persistent/BaseRedisConnection.php rename to framework/Redis/Persistent/BaseRedisConnection.php diff --git a/Framework/Redis/Persistent/RedisConnection.php b/framework/Redis/Persistent/RedisConnection.php similarity index 100% rename from Framework/Redis/Persistent/RedisConnection.php rename to framework/Redis/Persistent/RedisConnection.php diff --git a/Framework/Redis/RedisConnection.php b/framework/Redis/RedisConnection.php similarity index 100% rename from Framework/Redis/RedisConnection.php rename to framework/Redis/RedisConnection.php diff --git a/Framework/Rid.php b/framework/Rid.php similarity index 100% rename from Framework/Rid.php rename to framework/Rid.php diff --git a/Framework/Utils/AttributesImportUtils.php b/framework/Utils/AttributesImportUtils.php similarity index 100% rename from Framework/Utils/AttributesImportUtils.php rename to framework/Utils/AttributesImportUtils.php diff --git a/Framework/Utils/ClassValueCacheUtils.php b/framework/Utils/ClassValueCacheUtils.php similarity index 100% rename from Framework/Utils/ClassValueCacheUtils.php rename to framework/Utils/ClassValueCacheUtils.php diff --git a/Framework/Utils/HeaderUtils.php b/framework/Utils/HeaderUtils.php similarity index 100% rename from Framework/Utils/HeaderUtils.php rename to framework/Utils/HeaderUtils.php diff --git a/Framework/Utils/IpUtils.php b/framework/Utils/IpUtils.php similarity index 100% rename from Framework/Utils/IpUtils.php rename to framework/Utils/IpUtils.php diff --git a/Framework/Validators/CaptchaTrait.php b/framework/Validators/CaptchaTrait.php similarity index 100% rename from Framework/Validators/CaptchaTrait.php rename to framework/Validators/CaptchaTrait.php diff --git a/Framework/Validators/CsrfTrait.php b/framework/Validators/CsrfTrait.php similarity index 100% rename from Framework/Validators/CsrfTrait.php rename to framework/Validators/CsrfTrait.php diff --git a/Framework/Validators/Pagination.php b/framework/Validators/Pagination.php similarity index 100% rename from Framework/Validators/Pagination.php rename to framework/Validators/Pagination.php diff --git a/Framework/Validators/PaginationTrait.php b/framework/Validators/PaginationTrait.php similarity index 100% rename from Framework/Validators/PaginationTrait.php rename to framework/Validators/PaginationTrait.php diff --git a/Framework/Validators/Validator.php b/framework/Validators/Validator.php similarity index 100% rename from Framework/Validators/Validator.php rename to framework/Validators/Validator.php diff --git a/Framework/View/Conversion.php b/framework/View/Conversion.php similarity index 100% rename from Framework/View/Conversion.php rename to framework/View/Conversion.php diff --git a/Framework/functions.php b/framework/functions.php similarity index 100% rename from Framework/functions.php rename to framework/functions.php