文件名称:cakephp_stable
介绍说明--下载内容均来自于网络,请自行研究使用
CakePHP是一个用PHP编写的开源Web应用框架,不过其模型是用Ruby on Rails设计的。作为PHP世界的Rails,CakePHP采纳了RoR的许多优秀特性,成熟度较高。在cakephp.org站点的Sites in the wild页面可以看到当前使用CakePHP框架的网站列表。
CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP php框架主要特性
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。-CakePHP is an open source Web application fr a mework written in PHP, but its model is designed using Ruby on Rails. As the PHP world Rails, CakePHP adopted many of the outstanding features of RoR, a high degree of maturity. The Sites in the wild page on the cakephp.org site can see the current list of sites using the CakePHP fr a mework.
CakePHP is a rapid development fr a mework for the use of well-known design patterns such as ActiveRecord, Association Data, Front, Controller, and MVC. The main goal of the project is to provide a level of PHP developers can quickly develop a robust Web applications, but not failure activity.
Main features of the CakePHP PHP fr a mework
Based on MVC architecture
View support Ajax
Built in check fr a me
Provide the application of the basic module and CRUD code automatic generation function
Provides processing session, request, security components
Flexible view caching
Object-oriented
No configuration: just install the
Compatible with PHP4 and PHP5.
CakePHP 是一个运用了诸如ActiveRecord、Association Data Mapping、Front Controller和MVC等著名设计模式的快速开发框架。该项目主要目标是提供一个可以让各种层次的PHP开发人员快速地开发出健壮的Web应用,而 又不失灵活性。
CakePHP php框架主要特性
基于MVC架构
视图支持Ajax
内置校验框架
提供应用程序的基础模块和CRUD 代码自动生成功能
提供处理session,request,security的组件
灵活的视图缓存功能
面向对象
无需配置:只要安装好数据库
兼容PHP4和PHP5。-CakePHP is an open source Web application fr a mework written in PHP, but its model is designed using Ruby on Rails. As the PHP world Rails, CakePHP adopted many of the outstanding features of RoR, a high degree of maturity. The Sites in the wild page on the cakephp.org site can see the current list of sites using the CakePHP fr a mework.
CakePHP is a rapid development fr a mework for the use of well-known design patterns such as ActiveRecord, Association Data, Front, Controller, and MVC. The main goal of the project is to provide a level of PHP developers can quickly develop a robust Web applications, but not failure activity.
Main features of the CakePHP PHP fr a mework
Based on MVC architecture
View support Ajax
Built in check fr a me
Provide the application of the basic module and CRUD code automatic generation function
Provides processing session, request, security components
Flexible view caching
Object-oriented
No configuration: just install the
Compatible with PHP4 and PHP5.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cakephp-3.4.2
.............\.mailmap
.............\.varci.yml
.............\LICENSE.txt
.............\README.md
.............\VERSION.txt
.............\composer.json
.............\config
.............\......\bootstrap.php
.............\......\cacert.pem
.............\......\config.php
.............\contrib
.............\.......\pre-commit
.............\phpcs.xml.dist
.............\phpstan.neon
.............\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
.............\...\..........\Component.php
.............\...\..........\Component