Description: CakePHP is an open source Web application framework 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 framework.
CakePHP is a rapid development framework 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 framework
Based on MVC architecture
View support Ajax
Built in check frame
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.
To Search:
File list (Check if you may need any files):
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