|---app |---.htaccess |---Common.php |---Config |---App.php |---Autoload.php |---Boot |---development.php |---production.php |---testing.php |---CURLRequest.php |---Cache.php |---Constants.php |---ContentSecurityPolicy.php |---Cookie.php |---Database.php |---DocTypes.php |---Email.php |---Encryption.php |---Events.php |---Exceptions.php |---Feature.php |---Filters.php |---ForeignCharacters.php |---Format.php |---Generators.php |---Honeypot.php |---Images.php |---Kint.php |---Logger.php |---Migrations.php |---Mimes.php |---Modules.php |---Pager.php |---Paths.php |---Publisher.php |---Routes.php |---Routing.php |---Security.php |---Services.php |---Session.php |---Toolbar.php |---UserAgents.php |---Validation.php |---View.php |---Controllers |---BaseController.php |---Home.php |---Database |---Migrations |---Migrations\.gitkeep |---Seeds |---.gitkeep |---Filters |---.gitkeep |---Helpers |---.gitkeep |---Language |---.gitkeep |---en |---en\Validation.php |---Libraries |---Libraries\.gitkeep |---Models |---Models\.gitkeep |---ThirdParty |---.gitkeep |---Views |---errors |---errors\cli |---errors\cli\error_404.php |---errors\cli\error_exception.php |---errors\cli\production.php |---errors\html |---errors\html\debug.css |---errors\html\debug.js |---errors\html\error_404.php |---errors\html\error_exception.php |---errors\html\production.php |---welcome_message.php |---index.html public |---.htaccess |---ErrorFiles |---ErrorFiles\400.html |---ErrorFiles\401.html |---ErrorFiles\403.html |---ErrorFiles\404.html |---ErrorFiles\429.html |---ErrorFiles\500.html |---ErrorFiles\502.html |---ErrorFiles\503.html |---ErrorFiles\504.html |---ErrorFiles\510.html |---favicon.ico |---index.php |---robots.txt system |---.htaccess |---API |---API\ResponseTrait.php |---Autoloader |---Autoloader.php |---FileLocator.php |---BaseModel.php |---CLI |---BaseCommand.php |---CLI.php |---Commands.php |---Console.php |---Exceptions |---CLIException.php |---GeneratorTrait.php |---Cache |---CacheFactory.php |---CacheInterface.php |---Exceptions |---CacheException.php |---ExceptionInterface.php |---FactoriesCache |---FactoriesCache.php |---FactoriesCache\FileVarExportHandler.php |---Handlers |---BaseHandler.php |---DummyHandler.php |---FileHandler.php |---MemcachedHandler.php |---PredisHandler.php |---RedisHandler.php |---WincacheHandler.php |---ResponseCache.php |---CodeIgniter.php |---Commands |---Cache |---ClearCache.php |---InfoCache.php |---Database |---CreateDatabase.php |---Migrate.php |---MigrateRefresh.php |---MigrateRollback.php |---MigrateStatus.php |---Seed.php |---ShowTableInfo.php |---Encryption |---GenerateKey.php |---Generators |---Generators\CellGenerator.php |---Generators\CommandGenerator.php |---Generators\ConfigGenerator.php |---Generators\ControllerGenerator.php |---Generators\EntityGenerator.php |---Generators\FilterGenerator.php |---Generators\MigrateCreate.php |---Generators\MigrationGenerator.php |---Generators\ModelGenerator.php |---Generators\ScaffoldGenerator.php |---Generators\SeederGenerator.php |---Generators\SessionMigrationGenerator.php |---Generators\ValidationGenerator.php |---Generators\Views |---Generators\Views\cell.tpl.php |---Generators\Views\cell_view.tpl.php |---Generators\Views\command.tpl.php |---Generators\Views\config.tpl.php |---Generators\Views\controller.tpl.php |---Generators\Views\entity.tpl.php |---Generators\Views\filter.tpl.php |---Generators\Views\migration.tpl.php |---Generators\Views\model.tpl.php |---Generators\Views\seeder.tpl.php |---Generators\Views\validation.tpl.php |---Help.php |---Housekeeping |---Housekeeping\ClearDebugbar.php |---Housekeeping\ClearLogs.php |---ListCommands.php |---Server |---Server\Serve.php |---Server\rewrite.php |---Utilities |---Utilities\Environment.php |---Utilities\FilterCheck.php |---Utilities\Namespaces.php |---Utilities\Publish.php |---Utilities\Routes |---Utilities\Routes.php |---Utilities\Routes\AutoRouteCollector.php |---Utilities\Routes\AutoRouterImproved |---Utilities\Routes\AutoRouterImproved\AutoRouteCollector.php |---Utilities\Routes\AutoRouterImproved\ControllerMethodReader.php |---Utilities\Routes\ControllerFinder.php |---Utilities\Routes\ControllerMethodReader.php |---Utilities\Routes\FilterCollector.php |---Utilities\Routes\FilterFinder.php |---Utilities\Routes\SampleURIGenerator.php |---Common.php |---ComposerScripts.php |---Config |---AutoloadConfig.php |---BaseConfig.php |---BaseService.php |---Config.php |---DotEnv.php |---Factories.php |---Factory.php |---ForeignCharacters.php |---Publisher.php |---Routing.php |---Services.php |---View.php |---Controller.php |---Cookie |---CloneableCookieInterface.php |---Cookie.php |---CookieInterface.php |---CookieStore.php |---Exceptions |---CookieException.php |---Database |---BaseBuilder.php |---BaseConnection.php |---BasePreparedQuery.php |---BaseResult.php |---BaseUtils.php |---Config.php |---ConnectionInterface.php |---Database.php |---Exceptions |---DataException.php |---DatabaseException.php |---ExceptionInterface.php |---Forge.php |---Migration.php |---MigrationRunner.php |---ModelFactory.php |---MySQLi |---MySQLi\Builder.php |---MySQLi\Connection.php |---MySQLi\Forge.php |---MySQLi\PreparedQuery.php |---MySQLi\Result.php |---MySQLi\Utils.php |---OCI8 |---OCI8\Builder.php |---OCI8\Connection.php |---OCI8\Forge.php |---OCI8\PreparedQuery.php |---OCI8\Result.php |---OCI8\Utils.php |---Postgre |---Postgre\Builder.php |---Postgre\Connection.php |---Postgre\Forge.php |---Postgre\PreparedQuery.php |---Postgre\Result.php |---Postgre\Utils.php |---PreparedQueryInterface.php |---Query.php |---QueryInterface.php |---RawSql.php |---ResultInterface.php |---SQLSRV |---SQLSRV\Builder.php |---SQLSRV\Connection.php |---SQLSRV\Forge.php |---SQLSRV\PreparedQuery.php |---SQLSRV\Result.php |---SQLSRV\Utils.php |---SQLite3 |---SQLite3\Builder.php |---SQLite3\Connection.php |---SQLite3\Forge.php |---SQLite3\PreparedQuery.php |---SQLite3\Result.php |---SQLite3\Table.php |---SQLite3\Utils.php |---Seeder.php |---Debug |---BaseExceptionHandler.php |---ExceptionHandler.php |---ExceptionHandlerInterface.php |---Exceptions.php |---Iterator.php |---Timer.php |---Toolbar |---Toolbar.php |---Toolbar\Collectors |---Toolbar\Collectors\BaseCollector.php |---Toolbar\Collectors\Config.php |---Toolbar\Collectors\Database.php |---Toolbar\Collectors\Events.php |---Toolbar\Collectors\Files.php |---Toolbar\Collectors\History.php |---Toolbar\Collectors\Logs.php |---Toolbar\Collectors\Routes.php |---Toolbar\Collectors\Timers.php |---Toolbar\Collectors\Views.php |---Toolbar\Views |---Toolbar\Views\_config.tpl |---Toolbar\Views\_database.tpl |---Toolbar\Views\_events.tpl |---Toolbar\Views\_files.tpl |---Toolbar\Views\_history.tpl |---Toolbar\Views\_logs.tpl |---Toolbar\Views\_routes.tpl |---Toolbar\Views\toolbar.css |---Toolbar\Views\toolbar.js |---Toolbar\Views\toolbar.tpl.php |---Toolbar\Views\toolbarloader.js |---Email |---Email.php |---Encryption |---EncrypterInterface.php |---Encryption.php |---Exceptions |---EncryptionException.php |---Handlers |---BaseHandler.php |---OpenSSLHandler.php |---SodiumHandler.php |---Entity |---Entity.php |---Cast |---ArrayCast.php |---BaseCast.php |---BooleanCast.php |---CSVCast.php |---CastInterface.php |---DatetimeCast.php |---FloatCast.php |---IntBoolCast.php |---IntegerCast.php |---JsonCast.php |---ObjectCast.php |---StringCast.php |---TimestampCast.php |---URICast.php |---Entity.php |---Exceptions |---CastException.php |---Events |---Events.php |---Exceptions |---AlertError.php |---CastException.php |---ConfigException.php |---CriticalError.php |---DebugTraceableTrait.php |---DownloadException.php |---EmergencyError.php |---ExceptionInterface.php |---FrameworkException.php |---HTTPExceptionInterface.php |---HasExitCodeInterface.php |---ModelException.php |---PageNotFoundException.php |---TestException.php |---Files |---Exceptions |---FileException.php |---FileNotFoundException.php |---File.php |---FileCollection.php |---Filters |---CSRF.php |---DebugToolbar.php |---Exceptions |---FilterException.php |---FilterInterface.php |---Filters.php |---Honeypot.php |---InvalidChars.php |---SecureHeaders.php |---Format |---Exceptions |---FormatException.php |---Format.php |---FormatterInterface.php |---JSONFormatter.php |---XMLFormatter.php |---HTTP |---CLIRequest.php |---CURLRequest.php |---ContentSecurityPolicy.php |---DownloadResponse.php |---Exceptions |---HTTPException.php |---RedirectException.php |---Files |---FileCollection.php |---UploadedFile.php |---UploadedFileInterface.php |---Header.php |---IncomingRequest.php |---Message.php |---MessageInterface.php |---MessageTrait.php |---Negotiate.php |---OutgoingRequest.php |---OutgoingRequestInterface.php |---RedirectResponse.php |---Request.php |---RequestInterface.php |---RequestTrait.php |---ResponsableInterface.php |---Response.php |---ResponseInterface.php |---ResponseTrait.php |---SiteURI.php |---SiteURIFactory.php |---URI.php |---UserAgent.php |---Helpers |---array_helper.php |---cookie_helper.php |---date_helper.php |---filesystem_helper.php |---form_helper.php |---html_helper.php |---inflector_helper.php |---kint_helper.php |---number_helper.php |---security_helper.php |---test_helper.php |---text_helper.php |---url_helper.php |---xml_helper.php |---Honeypot |---Exceptions |---HoneypotException.php |---Honeypot.php |---HotReloader |---DirectoryHasher.php |---HotReloader.php |---IteratorFilter.php |---I18n |---Exceptions |---I18nException.php |---Time.php |---TimeDifference.php |---TimeLegacy.php |---TimeTrait.php |---Images |---Exceptions |---ImageException.php |---Handlers |---BaseHandler.php |---GDHandler.php |---ImageMagickHandler.php |---Image.php |---ImageHandlerInterface.php |---Language |---Language.php |---en |---en\CLI.php |---en\Cache.php |---en\Cast.php |---en\Cookie.php |---en\Core.php |---en\Database.php |---en\Email.php |---en\Encryption.php |---en\Errors.php |---en\Fabricator.php |---en\Files.php |---en\Filters.php |---en\Format.php |---en\HTTP.php |---en\Images.php |---en\Language.php |---en\Log.php |---en\Migrations.php |---en\Number.php |---en\Pager.php |---en\Publisher.php |---en\RESTful.php |---en\Router.php |---en\Security.php |---en\Session.php |---en\Test.php |---en\Time.php |---en\Validation.php |---en\View.php |---Log |---Exceptions |---LogException.php |---Handlers |---BaseHandler.php |---ChromeLoggerHandler.php |---ErrorlogHandler.php |---FileHandler.php |---HandlerInterface.php |---Logger.php |---Model.php |---Modules |---Modules\Modules.php |---Pager |---Exceptions |---PagerException.php |---Pager.php |---PagerInterface.php |---PagerRenderer.php |---Views |---default_full.php |---default_head.php |---default_simple.php |---Publisher |---ContentReplacer.php |---Exceptions |---PublisherException.php |---Publisher.php |---RESTful |---BaseResource.php |---ResourceController.php |---ResourcePresenter.php |---Router |---AutoRouter.php |---AutoRouterImproved.php |---AutoRouterInterface.php |---DefinedRouteCollector.php |---Exceptions |---MethodNotFoundException.php |---RedirectException.php |---RouterException.php |---RouteCollection.php |---RouteCollectionInterface.php |---Router.php |---RouterInterface.php |---Security |---Exceptions |---SecurityException.php |---Security.php |---SecurityInterface.php |---Session |---Exceptions |---SessionException.php |---Handlers |---ArrayHandler.php |---BaseHandler.php |---Database |---DatabaseHandler.php |---MySQLiHandler.php |---PostgreHandler.php |---FileHandler.php |---MemcachedHandler.php |---RedisHandler.php |---Session.php |---SessionInterface.php |---Superglobals.php |---Test |---CIDatabaseTestCase.php |---CIUnitTestCase.php |---ConfigFromArrayTrait.php |---Constraints |---SeeInDatabase.php |---ControllerResponse.php |---ControllerTestTrait.php |---ControllerTester.php |---DOMParser.php |---DatabaseTestTrait.php |---Fabricator.php |---FeatureResponse.php |---FeatureTestCase.php |---FeatureTestTrait.php |---FilterTestTrait.php |---Filters |---CITestStreamFilter.php |---Interfaces |---FabricatorModel.php |---Mock |---MockAppConfig.php |---MockAutoload.php |---MockBuilder.php |---MockCLIConfig.php |---MockCURLRequest.php |---MockCache.php |---MockCodeIgniter.php |---MockCommon.php |---MockConnection.php |---MockEmail.php |---MockEvents.php |---MockFileLogger.php |---MockIncomingRequest.php |---MockLanguage.php |---MockLogger.php |---MockQuery.php |---MockResourceController.php |---MockResourcePresenter.php |---MockResponse.php |---MockResult.php |---MockSecurity.php |---MockSecurityConfig.php |---MockServices.php |---MockSession.php |---MockTable.php |---PhpStreamWrapper.php |---ReflectionHelper.php |---StreamFilterTrait.php |---TestLogger.php |---TestResponse.php |---bootstrap.php |---ThirdParty |---Escaper |---Escaper.php |---Exception |---ExceptionInterface.php |---InvalidArgumentException.php |---RuntimeException.php |---LICENSE.md |---Kint |---CallFinder.php |---FacadeInterface.php |---Kint.php |---LICENSE |---Parser |---AbstractPlugin.php |---ArrayLimitPlugin.php |---ArrayObjectPlugin.php |---Base64Plugin.php |---BinaryPlugin.php |---BlacklistPlugin.php |---ClassMethodsPlugin.php |---ClassStaticsPlugin.php |---ClosurePlugin.php |---ColorPlugin.php |---ConstructablePluginInterface.php |---DOMDocumentPlugin.php |---DateTimePlugin.php |---EnumPlugin.php |---FsPathPlugin.php |---IteratorPlugin.php |---JsonPlugin.php |---MicrotimePlugin.php |---MysqliPlugin.php |---Parser.php |---PluginInterface.php |---ProxyPlugin.php |---SerializePlugin.php |---SimpleXMLElementPlugin.php |---SplFileInfoPlugin.php |---SplObjectStoragePlugin.php |---StreamPlugin.php |---TablePlugin.php |---ThrowablePlugin.php |---TimestampPlugin.php |---ToStringPlugin.php |---TracePlugin.php |---XmlPlugin.php |---Renderer |---AbstractRenderer.php |---CliRenderer.php |---PlainRenderer.php |---RendererInterface.php |---Rich |---RichRenderer.php |---AbstractPlugin.php |---ArrayLimitPlugin.php |---BinaryPlugin.php |---BlacklistPlugin.php |---CallablePlugin.php |---ClosurePlugin.php |---ColorPlugin.php |---DepthLimitPlugin.php |---MethodDefinitionPlugin.php |---MicrotimePlugin.php |---PluginInterface.php |---RecursionPlugin.php |---SimpleXMLElementPlugin.php |---SourcePlugin.php |---TabPluginInterface.php |---TablePlugin.php |---TimestampPlugin.php |---TraceFramePlugin.php |---ValuePluginInterface.php |---Text |---TextRenderer.php |---AbstractPlugin.php |---ArrayLimitPlugin.php |---BlacklistPlugin.php |---DepthLimitPlugin.php |---EnumPlugin.php |---MicrotimePlugin.php |---PluginInterface.php |---RecursionPlugin.php |---TracePlugin.php |---Utils.php |---Zval |---BlobValue.php |---ClosureValue.php |---DateTimeValue.php |---EnumValue.php |---InstanceValue.php |---MethodValue.php |---ParameterHoldingTrait.php |---ParameterValue.php |---Representation |---ColorRepresentation.php |---MethodDefinitionRepresentation.php |---MicrotimeRepresentation.php |---Representation.php |---SourceRepresentation.php |---SplFileInfoRepresentation.php |---ResourceValue.php |---SimpleXMLElementValue.php |---StreamValue.php |---ThrowableValue.php |---TraceFrameValue.php |---TraceValue.php |---Value.php |---init.php |---init_helpers.php |---resources |---compiled |---aante-light.css |---microtime.js |---original.css |---plain.css |---plain.js |---rich.js |---shared.js |---solarized-dark.css |---solarized.css |---PSR |---PSR\Log |---AbstractLogger.php |---InvalidArgumentException.php |---LICENSE |---LogLevel.php |---LoggerAwareInterface.php |---LoggerAwareTrait.php |---LoggerInterface.php |---LoggerTrait.php |---NullLogger.php |---Throttle |---Throttler.php |---ThrottlerInterface.php |---Traits |---ConditionalTrait.php |---PropertiesTrait.php |---Typography |---Typography.php |---Validation |---CreditCardRules.php |---DotArrayFilter.php |---Exceptions |---ValidationException.php |---FileRules.php |---FormatRules.php |---Rules.php |---StrictRules |---CreditCardRules.php |---FileRules.php |---FormatRules.php |---Rules.php |---Validation.php |---ValidationInterface.php |---Views |---list.php |---single.php |---View |---Cell.php |---Cells |---Cell.php |---Exceptions |---Exceptions\ViewException.php |---Filters.php |---Parser.php |---Plugins.php |---RendererInterface.php |---Table.php |---View.php |---ViewDecoratorInterface.php |---ViewDecoratorTrait.php |---bootstrap.php |---index.html tests |---.htaccess |---README.md |---_support |---Autoloader |---FatalLocator.php |---UnnamespacedClass.php |---functions.php |---Cache |---RestrictiveHandler.php |---Cells |---StarterCell.php |---Commands |---AbstractInfo.php |---AppInfo.php |---Foobar.php |---InvalidCommand.php |---LanguageCommand.php |---ParamsReveal.php |---Unsuffixable.php |---Config |---BadRegistrar.php |---Filters.php |---Registrar.php |---Routes.php |---Services.php |---TestRegistrar.php |---Validation.php |---Controllers |---Hello.php |---Newautorouting.php |---Popcorn.php |---Remap.php |---Database |---Migrations |---Migrations\20160428212500_Create_test_tables.php |---Seeds |---AnotherSeeder.php |---CITestSeeder.php |---Entity |---Cast |---CastBase64.php |---CastPassParameters.php |---NotExtendsBaseCast.php |---User.php |---Files |---able |---apple.php |---fig_3.php |---prune_ripe.php |---baker |---baker\banana.php |---Filters |---Filters\Customfilter.php |---Filters\RedirectFilter.php |---HTTP |---HTTP\Files |---HTTP\Files\CookiesHolder.txt |---HTTP\Files\tmp |---HTTP\Files\tmp\fileA.txt |---HTTP\Files\tmp\fileB.txt |---HTTP\Files\tmp\fileC.csv |---HTTP\Files\tmp\fileD.zip |---HTTP\Files\tmp\fileE.zip.rar |---Helpers |---Helpers\baguette_helper.php |---Images |---Images\EXIFsamples |---Images\EXIFsamples\landscape_0.jpg |---Images\EXIFsamples\landscape_1.jpg |---Images\EXIFsamples\landscape_2.jpg |---Images\EXIFsamples\landscape_3.jpg |---Images\EXIFsamples\landscape_4.jpg |---Images\EXIFsamples\landscape_5.jpg |---Images\EXIFsamples\landscape_6.jpg |---Images\EXIFsamples\landscape_7.jpg |---Images\EXIFsamples\landscape_8.jpg |---Images\EXIFsamples\portrait_0.jpg |---Images\EXIFsamples\portrait_1.jpg |---Images\EXIFsamples\portrait_2.jpg |---Images\EXIFsamples\portrait_3.jpg |---Images\EXIFsamples\portrait_4.jpg |---Images\EXIFsamples\portrait_5.jpg |---Images\EXIFsamples\portrait_6.jpg |---Images\EXIFsamples\portrait_7.jpg |---Images\EXIFsamples\portrait_8.jpg |---Images\Steveston_dusk.JPG |---Images\ci-logo.gif |---Images\ci-logo.jpeg |---Images\ci-logo.png |---Images\ci-logo.webp |---Language |---Language\SecondMockLanguage.php |---Language\ab |---Language\ab-CD |---Language\ab-CD\Allin.php |---Language\ab\Allin.php |---Language\en |---Language\en-ZZ |---Language\en-ZZ\More.php |---Language\en\Allin.php |---Language\en\Core.php |---Language\en\Foo.php |---Language\en\Language.php |---Language\en\More.php |---Language\en\Nested.php |---Language\ru |---Language\ru\Language.php |---Log |---Log\Handlers |---Log\Handlers\TestHandler.php |---MigrationTestMigrations |---MigrationTestMigrations\Database |---MigrationTestMigrations\Database\Migrations |---MigrationTestMigrations\Database\Migrations\2018-01-24-102300_Another_migration.py |---MigrationTestMigrations\Database\Migrations\2018-01-24-102301_Some_migration.php |---MigrationTestMigrations\Database\Migrations\2018-01-24-102302_Another_migration.php |---Models |---Models\EntityModel.php |---Models\EventModel.php |---Models\FabricatorModel.php |---Models\GetCompiledModelTest.php |---Models\JobModel.php |---Models\SecondaryModel.php |---Models\SimpleEntity.php |---Models\StringifyPkeyModel.php |---Models\UserModel.php |---Models\UserObjModel.php |---Models\ValidErrorsModel.php |---Models\ValidModel.php |---Models\ValidModelRuleGroup.php |---Models\WithoutAutoIncrementModel.php |---Publishers |---Publishers\TestPublisher.php |---RESTful |---RESTful\Worker.php |---RESTful\Worker2.php |---SomeEntity.php |---Validation |---Validation\TestRules.php |---Validation\uploads |---Validation\uploads\abc77tz |---Validation\uploads\phpUxc0ty |---View |---View\BadDecorator.php |---View\Cells |---View\Cells\AdditionCell.php |---View\Cells\AwesomeCell.php |---View\Cells\BadCell.php |---View\Cells\ColorsCell.php |---View\Cells\GreetingCell.php |---View\Cells\ListerCell.php |---View\Cells\MultiplierCell.php |---View\Cells\RenderedExtraDataNotice.php |---View\Cells\RenderedNotice.php |---View\Cells\SimpleNotice.php |---View\Cells\addition.php |---View\Cells\awesome_cell.php |---View\Cells\colors.php |---View\Cells\greeting.php |---View\Cells\lister.php |---View\Cells\multiplier.php |---View\Cells\notice.php |---View\OtherCells |---View\OtherCells\SampleClass.php |---View\SampleClass.php |---View\SampleClassWithInitController.php |---View\Views |---View\Views\simple.php |---View\Views\simpler.php |---View\Views\simples.php |---View\WorldDecorator.php |---Widgets |---Widgets\NopeWidget.php |---Widgets\OtherWidget.php |---Widgets\SomeWidget.php writable |---.htaccess |---cache |---index.html |---debugbar |---debugbar\.gitkeep |---logs |---index.html |---log-2023-10-16.log |---session |---index.html |---uploads |---uploads\index.html
下一篇:PHP 的标准扩展