文件名称:cakephp
介绍说明--下载内容均来自于网络,请自行研究使用
CakePHP is a rapid development fr a mework for PHP which uses commonly known design patterns like Associative Data Mapping, Front Controller, and MVC. Our primary goal is to provide a structured fr a mework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cakephp-master
..............\.mailmap
..............\.varci.yml
..............\LICENSE.txt
..............\README.md
..............\VERSION.txt
..............\composer.json
..............\config
..............\......\bootstrap.php
..............\......\cacert.pem
..............\......\config.php
..............\contrib
..............\.......\pre-commit
..............\phpcs.xml.dist
..............\src
..............\...\Auth
..............\...\....\AbstractPasswordHasher.php
..............\...\....\BaseAuthenticate.php
..............\...\....\BaseAuthorize.php
..............\...\....\BasicAuthenticate.php
..............\...\....\ControllerAuthorize.php
..............\...\....\DefaultPasswordHasher.php
..............\...\....\DigestAuthenticate.php
..............\...\....\FallbackPasswordHasher.php
..............\...\....\FormAuthenticate.php
..............\...\....\PasswordHasherFactory.php
..............\...\....\Storage
..............\...\....\.......\MemoryStorage.php
..............\...\....\.......\SessionStorage.php
..............\...\....\.......\StorageInterface.php
..............\...\....\WeakPasswordHasher.php
..............\...\Cache
..............\...\.....\Cache.php
..............\...\.....\CacheEngine.php
..............\...\.....\CacheRegistry.php
..............\...\.....\Engine
..............\...\.....\......\ApcEngine.php
..............\...\.....\......\FileEngine.php
..............\...\.....\......\MemcachedEngine.php
..............\...\.....\......\NullEngine.php
..............\...\.....\......\RedisEngine.php
..............\...\.....\......\WincacheEngine.php
..............\...\.....\......\XcacheEngine.php
..............\...\.....\README.md
..............\...\.....\composer.json
..............\...\Collection
..............\...\..........\Collection.php
..............\...\..........\CollectionInterface.php
..............\...\..........\CollectionTrait.php
..............\...\..........\ExtractTrait.php
..............\...\..........\Iterator
..............\...\..........\........\BufferedIterator.php
..............\...\..........\........\ExtractIterator.php
..............\...\..........\........\FilterIterator.php
..............\...\..........\........\InsertIterator.php
..............\...\..........\........\MapReduce.php
..............\...\..........\........\NestIterator.php
..............\...\..........\........\NoChildrenIterator.php
..............\...\..........\........\ReplaceIterator.php
..............\...\..........\........\SortIterator.php
..............\...\..........\........\StoppableIterator.php
..............\...\..........\........\TreeIterator.php
..............\...\..........\........\TreePrinter.php
..............\...\..........\........\UnfoldIterator.php
..............\...\..........\........\ZipIterator.php
..............\...\..........\LICENSE.txt
..............\...\..........\README.md
..............\...\..........\composer.json
..............\...\..........\functions.php
..............\...\Console
..............\...\.......\ConsoleErrorHandler.php
..............\...\.......\ConsoleInput.php
..............\...\.......\ConsoleInputArgument.php
..............\...\.......\ConsoleInputOption.php
..............\...\.......\ConsoleInputSubcommand.php
..............\...\.......\ConsoleIo.php
..............\...\.......\ConsoleOptionParser.php
..............\...\.......\ConsoleOutput.php
..............\...\.......\Exception
..............\...\.......\.........\ConsoleException.php
..............\...\.......\.........\MissingHelperException.php
..............\...\.......\.........\MissingShellException.php
..............\...\.......\.........\MissingShellMethodException.php
..............\...\.......\.........\MissingTaskException.php
..............\...\.......\.........\StopException.php
..............\...\.......\HelpFormatter.php
..............\...\.......\Helper.php
..............\...\.......\HelperRegistry.php
..............\...\.......\Shell.php
..............\...\.......\ShellDispatcher.php
..............\...\.......\TaskRegistry.php
..............\...\Controller
..............\.