CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言

文件名称:cakephp-3.1.4

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-11-17
  • 文件大小:
    1.1mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

CakePHP是一个快速开发PHP的开发框架,其中使用了一些常见的设计模式如ActiveRecord,Association Data Mapping,Front Controller以及MVC。其主要目标在于提供一个令任意水平的PHP开发人员都能够快速开发web应用的框架,而且这个快速的实现并没有牺牲项目的弹性。-CakePHP is a rapid development framework for PHP development, which uses some common design patterns such as ActiveRecord, Association Data Mapping, Front Controller and MVC. Its main objective is to provide a way to make any level of PHP developers to quickly develop web application framework, and the rapid implementation of the project without sacrificing flexibility.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

cakephp-3.1.4/
cakephp-3.1.4/.scrutinizer.yml
cakephp-3.1.4/LICENSE.txt
cakephp-3.1.4/README.md
cakephp-3.1.4/VERSION.txt
cakephp-3.1.4/composer.json
cakephp-3.1.4/config/
cakephp-3.1.4/config/bootstrap.php
cakephp-3.1.4/config/cacert.pem
cakephp-3.1.4/config/config.php
cakephp-3.1.4/contrib/
cakephp-3.1.4/contrib/pre-commit
cakephp-3.1.4/src/
cakephp-3.1.4/src/Auth/
cakephp-3.1.4/src/Auth/AbstractPasswordHasher.php
cakephp-3.1.4/src/Auth/BaseAuthenticate.php
cakephp-3.1.4/src/Auth/BaseAuthorize.php
cakephp-3.1.4/src/Auth/BasicAuthenticate.php
cakephp-3.1.4/src/Auth/ControllerAuthorize.php
cakephp-3.1.4/src/Auth/DefaultPasswordHasher.php
cakephp-3.1.4/src/Auth/DigestAuthenticate.php
cakephp-3.1.4/src/Auth/FallbackPasswordHasher.php
cakephp-3.1.4/src/Auth/FormAuthenticate.php
cakephp-3.1.4/src/Auth/PasswordHasherFactory.php
cakephp-3.1.4/src/Auth/Storage/
cakephp-3.1.4/src/Auth/Storage/MemoryStorage.php
cakephp-3.1.4/src/Auth/Storage/SessionStorage.php
cakephp-3.1.4/src/Auth/Storage/StorageInterface.php
cakephp-3.1.4/src/Auth/WeakPasswordHasher.php
cakephp-3.1.4/src/Cache/
cakephp-3.1.4/src/Cache/Cache.php
cakephp-3.1.4/src/Cache/CacheEngine.php
cakephp-3.1.4/src/Cache/CacheRegistry.php
cakephp-3.1.4/src/Cache/Engine/
cakephp-3.1.4/src/Cache/Engine/ApcEngine.php
cakephp-3.1.4/src/Cache/Engine/FileEngine.php
cakephp-3.1.4/src/Cache/Engine/MemcachedEngine.php
cakephp-3.1.4/src/Cache/Engine/NullEngine.php
cakephp-3.1.4/src/Cache/Engine/RedisEngine.php
cakephp-3.1.4/src/Cache/Engine/WincacheEngine.php
cakephp-3.1.4/src/Cache/Engine/XcacheEngine.php
cakephp-3.1.4/src/Cache/README.md
cakephp-3.1.4/src/Cache/composer.json
cakephp-3.1.4/src/Collection/
cakephp-3.1.4/src/Collection/Collection.php
cakephp-3.1.4/src/Collection/CollectionInterface.php
cakephp-3.1.4/src/Collection/CollectionTrait.php
cakephp-3.1.4/src/Collection/ExtractTrait.php
cakephp-3.1.4/src/Collection/Iterator/
cakephp-3.1.4/src/Collection/Iterator/BufferedIterator.php
cakephp-3.1.4/src/Collection/Iterator/ExtractIterator.php
cakephp-3.1.4/src/Collection/Iterator/FilterIterator.php
cakephp-3.1.4/src/Collection/Iterator/InsertIterator.php
cakephp-3.1.4/src/Collection/Iterator/MapReduce.php
cakephp-3.1.4/src/Collection/Iterator/NestIterator.php
cakephp-3.1.4/src/Collection/Iterator/NoChildrenIterator.php
cakephp-3.1.4/src/Collection/Iterator/ReplaceIterator.php
cakephp-3.1.4/src/Collection/Iterator/SortIterator.php
cakephp-3.1.4/src/Collection/Iterator/StoppableIterator.php
cakephp-3.1.4/src/Collection/Iterator/TreeIterator.php
cakephp-3.1.4/src/Collection/Iterator/TreePrinter.php
cakephp-3.1.4/src/Collection/Iterator/UnfoldIterator.php
cakephp-3.1.4/src/Collection/Iterator/ZipIterator.php
cakephp-3.1.4/src/Collection/README.md
cakephp-3.1.4/src/Collection/composer.json
cakephp-3.1.4/src/Collection/functions.php
cakephp-3.1.4/src/Console/
cakephp-3.1.4/src/Console/ConsoleErrorHandler.php
cakephp-3.1.4/src/Console/ConsoleInput.php
cakephp-3.1.4/src/Console/ConsoleInputArgument.php
cakephp-3.1.4/src/Console/ConsoleInputOption.php
cakephp-3.1.4/src/Console/ConsoleInputSubcommand.php
cakephp-3.1.4/src/Console/ConsoleIo.php
cakephp-3.1.4/src/Console/ConsoleOptionParser.php
cakephp-3.1.4/src/Console/ConsoleOutput.php
cakephp-3.1.4/src/Console/Exception/
cakephp-3.1.4/src/Console/Exception/ConsoleException.php
cakephp-3.1.4/src/Console/Exception/MissingHelperException.php
cakephp-3.1.4/src/Console/Exception/MissingShellException.php
cakephp-3.1.4/src/Console/Exception/MissingShellMethodException.php
cakephp-3.1.4/src/Console/Exception/MissingTaskException.php
cakephp-3.1.4/src/Console/HelpFormatter.php
cakephp-3.1.4/src/Console/Helper.php
cakephp-3.1.4/src/Console/HelperRegistry.php
cakephp-3.1.4/src/Console/Shell.php
cakephp-3.1.4/src/Console/ShellDispatcher.php
cakephp-3.1.4/src/Console/TaskRegistry.php
cakephp-3.1.4/src/Controller/
cakephp-3.1.4/src/Controller/Component.php
cakephp-3.1.4/src/Controller/Component/
cakephp-3.1.4/src/Controller/Component/AuthComponent.php
cakephp-3.1.4/src/Controller/Component/CookieComponent.php
cakephp-3.1.4/src/Controller/Component/CsrfComponent.php
cakephp-3.1.4/src/Controller/Component/FlashComponent.php
cakephp-3.1.4/src/Controller/Component/PaginatorComponent.php
cakephp-3.1.4/src/Controller/Component/RequestHandlerComponent.php
cakephp-3.1.4/src/Controller/Component/SecurityComponent.php
cakephp-3.1.4/src/Controller/ComponentRegistry.php
cakephp-3.1.4/src/Controller/Controller.php
cakephp-3.1.4/src/Controller/ErrorController.php
cakephp-3.1.4/src/Controller/Exception/
cakephp-3.1.4/src/Controller/Exception/MissingActionException.php
cakephp-3.1.4/src/Controller/Exception/MissingComponentException.php
cakephp-3.1.4/src/Core/
cakephp-3.1.4/src/Core/App.php
cakephp-3.1.4/src/Core/ClassLoader.php
cakephp-3.1.4/src/Core/Configure.php
cakephp-3.1.4/src/Core/Configure/
cakephp-3.1.4/src/Core/Configure/ConfigEngineInterface.php
cakephp-3.1.4/src/Core/Configure/Engine/
cakephp-3.1.4/src/Core/Configure/Engine/IniConfig.php
cakephp-3.1.4/src/Core/Configure/Engine/JsonConfig.php
cakephp-3.1.4/src/Core/Configure/Engine/PhpConfig.php
cakephp-3.1.4

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com