文件名称:cakephp-v3.5.14
介绍说明--下载内容均来自于网络,请自行研究使用
CakePHP是一个快速开发PHP的框架,其中使用了一些常见的设计模式如ActiveRecord,Association Data Mapping,Front Controller以及MVC。其主要目标在于提供一个令任意水平的PHP开发人员都能够快速开发web应用的框架,而且这个快速的实现并没有牺牲项目的弹性。(CakePHP is a fr a mework for rapidly developing PHP, which uses some common design patterns, such as ActiveRecord, Association Data Mapping, Front Controller and MVC. Its main goal is to provide a fr a mework that enables PHP developers to develop web applications at any level, and this fast implementation does not sacrifice project flexibility.)
相关搜索: asp
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
cakephp | 0 | 2018-03-21 |
cakephp\.mailmap | 5695 | 2018-03-21 |
cakephp\.varci.yml | 1247 | 2018-03-21 |
cakephp\composer.json | 3248 | 2018-03-21 |
cakephp\config | 0 | 2018-03-21 |
cakephp\config\bootstrap.php | 764 | 2018-03-21 |
cakephp\config\cacert.pem | 215556 | 2018-03-21 |
cakephp\config\config.php | 732 | 2018-03-21 |
cakephp\contrib | 0 | 2018-03-21 |
cakephp\contrib\pre-commit | 777 | 2018-03-21 |
cakephp\LICENSE.txt | 1204 | 2018-03-21 |
cakephp\phpcs.xml.dist | 288 | 2018-03-21 |
cakephp\phpstan.neon | 2261 | 2018-03-21 |
cakephp\README.md | 4988 | 2018-03-21 |
cakephp\src | 0 | 2018-03-21 |
cakephp\src\Auth | 0 | 2018-03-21 |
cakephp\src\Auth\AbstractPasswordHasher.php | 2351 | 2018-03-21 |
cakephp\src\Auth\BaseAuthenticate.php | 8703 | 2018-03-21 |
cakephp\src\Auth\BaseAuthorize.php | 1894 | 2018-03-21 |
cakephp\src\Auth\BasicAuthenticate.php | 4113 | 2018-03-21 |
cakephp\src\Auth\ControllerAuthorize.php | 2993 | 2018-03-21 |
cakephp\src\Auth\DefaultPasswordHasher.php | 2571 | 2018-03-21 |
cakephp\src\Auth\DigestAuthenticate.php | 9715 | 2018-03-21 |
cakephp\src\Auth\FallbackPasswordHasher.php | 3057 | 2018-03-21 |
cakephp\src\Auth\FormAuthenticate.php | 2962 | 2018-03-21 |
cakephp\src\Auth\PasswordHasherFactory.php | 1987 | 2018-03-21 |
cakephp\src\Auth\Storage | 0 | 2018-03-21 |
cakephp\src\Auth\Storage\MemoryStorage.php | 1597 | 2018-03-21 |
cakephp\src\Auth\Storage\SessionStorage.php | 3497 | 2018-03-21 |
cakephp\src\Auth\Storage\StorageInterface.php | 1354 | 2018-03-21 |
cakephp\src\Auth\WeakPasswordHasher.php | 2032 | 2018-03-21 |
cakephp\src\basics.php | 4959 | 2018-03-21 |
cakephp\src\Cache | 0 | 2018-03-21 |
cakephp\src\Cache\Cache.php | 20889 | 2018-03-21 |
cakephp\src\Cache\CacheEngine.php | 8502 | 2018-03-21 |
cakephp\src\Cache\CacheRegistry.php | 3460 | 2018-03-21 |
cakephp\src\Cache\composer.json | 870 | 2018-03-21 |
cakephp\src\Cache\Engine | 0 | 2018-03-21 |
cakephp\src\Cache\Engine\ApcEngine.php | 6770 | 2018-03-21 |
cakephp\src\Cache\Engine\FileEngine.php | 14723 | 2018-03-21 |
cakephp\src\Cache\Engine\MemcachedEngine.php | 16673 | 2018-03-21 |
cakephp\src\Cache\Engine\NullEngine.php | 2020 | 2018-03-21 |
cakephp\src\Cache\Engine\RedisEngine.php | 9347 | 2018-03-21 |
cakephp\src\Cache\Engine\WincacheEngine.php | 5937 | 2018-03-21 |
cakephp\src\Cache\Engine\XcacheEngine.php | 7689 | 2018-03-21 |
cakephp\src\Cache\README.md | 1274 | 2018-03-21 |
cakephp\src\Collection | 0 | 2018-03-21 |
cakephp\src\Collection\Collection.php | 2750 | 2018-03-21 |
cakephp\src\Collection\CollectionInterface.php | 37665 | 2018-03-21 |
cakephp\src\Collection\CollectionTrait.php | 20832 | 2018-03-21 |
cakephp\src\Collection\composer.json | 956 | 2018-03-21 |
cakephp\src\Collection\ExtractTrait.php | 4291 | 2018-03-21 |
cakephp\src\Collection\functions.php | 991 | 2018-03-21 |
cakephp\src\Collection\Iterator | 0 | 2018-03-21 |
cakephp\src\Collection\Iterator\BufferedIterator.php | 4708 | 2018-03-21 |
cakephp\src\Collection\Iterator\ExtractIterator.php | 3025 | 2018-03-21 |
cakephp\src\Collection\Iterator\FilterIterator.php | 2775 | 2018-03-21 |
cakephp\src\Collection\Iterator\InsertIterator.php | 3769 | 2018-03-21 |
cakephp\src\Collection\Iterator\MapReduce.php | 5712 | 2018-03-21 |
cakephp\src\Collection\Iterator\NestIterator.php | 2219 | 2018-03-21 |
cakephp\src\Collection\Iterator\NoChildrenIterator.php | 1330 | 2018-03-21 |
cakephp\src\Collection\Iterator\ReplaceIterator.php | 2966 | 2018-03-21 |
cakephp\src\Collection\Iterator\SortIterator.php | 3052 | 2018-03-21 |
cakephp\src\Collection\Iterator\StoppableIterator.php | 3399 | 2018-03-21 |
cakephp\src\Collection\Iterator\TreeIterator.php | 3357 | 2018-03-21 |
cakephp\src\Collection\Iterator\TreePrinter.php | 3313 | 2018-03-21 |
cakephp\src\Collection\Iterator\UnfoldIterator.php | 2573 | 2018-03-21 |
cakephp\src\Collection\Iterator\ZipIterator.php | 3524 | 2018-03-21 |
cakephp\src\Collection\LICENSE.txt | 1204 | 2018-03-21 |
cakephp\src\Collection\README.md | 1179 | 2018-03-21 |
cakephp\src\Console | 0 | 2018-03-21 |
cakephp\src\Console\CommandCollection.php | 5860 | 2018-03-21 |
cakephp\src\Console\CommandCollectionAwareInterface.php | 993 | 2018-03-21 |
cakephp\src\Console\CommandRunner.php | 6293 | 2018-03-21 |
cakephp\src\Console\CommandScanner.php | 3256 | 2018-03-21 |
cakephp\src\Console\ConsoleErrorHandler.php | 3757 | 2018-03-21 |
cakephp\src\Console\ConsoleInput.php | 2201 | 2018-03-21 |
cakephp\src\Console\ConsoleInputArgument.php | 5308 | 2018-03-21 |
cakephp\src\Console\ConsoleInputOption.php | 7089 | 2018-03-21 |
cakephp\src\Console\ConsoleInputSubcommand.php | 3763 | 2018-03-21 |
cakephp\src\Console\ConsoleIo.php | 13240 | 2018-03-21 |
cakephp\src\Console\ConsoleOptionParser.php | 33411 | 2018-03-21 |
cakephp\src\Console\ConsoleOutput.php | 10027 | 2018-03-21 |
cakephp\src\Console\Exception | 0 | 2018-03-21 |
cakephp\src\Console\Exception\ConsoleException.php | 822 | 2018-03-21 |
cakephp\src\Console\Exception\MissingHelperException.php | 703 | 2018-03-21 |
cakephp\src\Console\Exception\MissingShellException.php | 706 | 2018-03-21 |
cakephp\src\Console\Exception\MissingShellMethodException.php | 742 | 2018-03-21 |
cakephp\src\Console\Exception\MissingTaskException.php | 697 | 2018-03-21 |
cakephp\src\Console\Exception\StopException.php | 817 | 2018-03-21 |
cakephp\src\Console\Helper.php | 1637 | 2018-03-21 |
cakephp\src\Console\HelperRegistry.php | 2720 | 2018-03-21 |
cakephp\src\Console\HelpFormatter.php | 7353 | 2018-03-21 |
cakephp\src\Console\Shell.php | 30363 | 2018-03-21 |
cakephp\src\Console\ShellDispatcher.php | 11763 | 2018-03-21 |
cakephp\src\Console\TaskRegistry.php | 2626 | 2018-03-21 |
cakephp\src\Controller | 0 | 2018-03-21 |
cakephp\src\Controller\Component | 0 | 2018-03-21 |
cakephp\src\Controller\Component.php | 7175 | 2018-03-21 |
cakephp\src\Controller\ComponentRegistry.php | 3897 | 2018-03-21 |