Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code
Title: cakephp Download
  • Category:
  • Web develop
  • Tags:
  • File Size:
  • 1.24mb
  • Update:
  • 2018-04-07
  • Downloads:
  • 0 Times
  • Uploaded by:
  • e5yeg
 Description: CakePHP is an open source Web application framework written in PHP. Main characteristics: Based on MVC architecture View support Ajax Built-in checkout framework It provides basic modules for application and automatic generation of CRUD code. Provide components dealing with session, request, security Flexible view caching function Object-oriented No configuration: just install the database
 Downloaders recently: [More information of uploader e5yeg]
 To Search:
File list (Check if you may need any files):
FilenameSizeDate
.mailmap 5695 2018-04-02
.varci.yml 1247 2018-04-02
composer.json 3248 2018-04-02
LICENSE.txt 1204 2018-04-02
phpcs.xml.dist 288 2018-04-02
phpstan.neon 2261 2018-04-02
README.md 4988 2018-04-02
VERSION.txt 1003 2018-04-02
config\bootstrap.php 764 2018-04-02
config\cacert.pem 215556 2018-04-02
config\config.php 732 2018-04-02
contrib\pre-commit 777 2018-04-02
src\Auth\AbstractPasswordHasher.php 2351 2018-04-02
src\Auth\BaseAuthenticate.php 8703 2018-04-02
src\Auth\BaseAuthorize.php 1894 2018-04-02
src\Auth\BasicAuthenticate.php 4113 2018-04-02
src\Auth\ControllerAuthorize.php 2993 2018-04-02
src\Auth\DefaultPasswordHasher.php 2571 2018-04-02
src\Auth\DigestAuthenticate.php 9715 2018-04-02
src\Auth\FallbackPasswordHasher.php 3057 2018-04-02
src\Auth\FormAuthenticate.php 2962 2018-04-02
src\Auth\PasswordHasherFactory.php 1987 2018-04-02
src\Auth\Storage\MemoryStorage.php 1597 2018-04-02
src\Auth\Storage\SessionStorage.php 3497 2018-04-02
src\Auth\Storage\StorageInterface.php 1354 2018-04-02
src\Auth\WeakPasswordHasher.php 2032 2018-04-02
src\basics.php 4959 2018-04-02
src\Cache\Cache.php 20889 2018-04-02
src\Cache\CacheEngine.php 8502 2018-04-02
src\Cache\CacheRegistry.php 3460 2018-04-02
src\Cache\composer.json 870 2018-04-02
src\Cache\Engine\ApcEngine.php 6770 2018-04-02
src\Cache\Engine\FileEngine.php 14723 2018-04-02
src\Cache\Engine\MemcachedEngine.php 16673 2018-04-02
src\Cache\Engine\NullEngine.php 2020 2018-04-02
src\Cache\Engine\RedisEngine.php 9347 2018-04-02
src\Cache\Engine\WincacheEngine.php 5937 2018-04-02
src\Cache\Engine\XcacheEngine.php 7689 2018-04-02
src\Cache\README.md 1274 2018-04-02
src\Collection\Collection.php 2750 2018-04-02
src\Collection\CollectionInterface.php 37665 2018-04-02
src\Collection\CollectionTrait.php 20832 2018-04-02
src\Collection\composer.json 956 2018-04-02
src\Collection\ExtractTrait.php 4291 2018-04-02
src\Collection\functions.php 991 2018-04-02
src\Collection\Iterator\BufferedIterator.php 4708 2018-04-02
src\Collection\Iterator\ExtractIterator.php 3025 2018-04-02
src\Collection\Iterator\FilterIterator.php 2775 2018-04-02
src\Collection\Iterator\InsertIterator.php 3769 2018-04-02
src\Collection\Iterator\MapReduce.php 5712 2018-04-02
src\Collection\Iterator\NestIterator.php 2219 2018-04-02
src\Collection\Iterator\NoChildrenIterator.php 1330 2018-04-02
src\Collection\Iterator\ReplaceIterator.php 2966 2018-04-02
src\Collection\Iterator\SortIterator.php 3052 2018-04-02
src\Collection\Iterator\StoppableIterator.php 3399 2018-04-02
src\Collection\Iterator\TreeIterator.php 3357 2018-04-02
src\Collection\Iterator\TreePrinter.php 3313 2018-04-02
src\Collection\Iterator\UnfoldIterator.php 2573 2018-04-02
src\Collection\Iterator\ZipIterator.php 3524 2018-04-02
src\Collection\LICENSE.txt 1204 2018-04-02
src\Collection\README.md 1179 2018-04-02
src\Console\CommandCollection.php 5860 2018-04-02
src\Console\CommandCollectionAwareInterface.php 993 2018-04-02
src\Console\CommandRunner.php 6293 2018-04-02
src\Console\CommandScanner.php 3256 2018-04-02
src\Console\ConsoleErrorHandler.php 3757 2018-04-02
src\Console\ConsoleInput.php 2201 2018-04-02
src\Console\ConsoleInputArgument.php 5308 2018-04-02
src\Console\ConsoleInputOption.php 7089 2018-04-02
src\Console\ConsoleInputSubcommand.php 3763 2018-04-02
src\Console\ConsoleIo.php 13240 2018-04-02
src\Console\ConsoleOptionParser.php 33411 2018-04-02
src\Console\ConsoleOutput.php 10027 2018-04-02
src\Console\Exception\ConsoleException.php 822 2018-04-02
src\Console\Exception\MissingHelperException.php 703 2018-04-02
src\Console\Exception\MissingShellException.php 706 2018-04-02
src\Console\Exception\MissingShellMethodException.php 742 2018-04-02
src\Console\Exception\MissingTaskException.php 697 2018-04-02
src\Console\Exception\StopException.php 817 2018-04-02
src\Console\Helper.php 1637 2018-04-02
src\Console\HelperRegistry.php 2720 2018-04-02
src\Console\HelpFormatter.php 7353 2018-04-02
src\Console\Shell.php 30363 2018-04-02
src\Console\ShellDispatcher.php 11763 2018-04-02
src\Console\TaskRegistry.php 2626 2018-04-02
src\Controller\Component\AuthComponent.php 33483 2018-04-02
src\Controller\Component\CookieComponent.php 10748 2018-04-02
src\Controller\Component\CsrfComponent.php 5617 2018-04-02
src\Controller\Component\FlashComponent.php 5985 2018-04-02
src\Controller\Component\PaginatorComponent.php 11215 2018-04-02
src\Controller\Component\RequestHandlerComponent.php 25783 2018-04-02
src\Controller\Component\SecurityComponent.php 24149 2018-04-02
src\Controller\Component.php 7175 2018-04-02
src\Controller\ComponentRegistry.php 3897 2018-04-02
src\Controller\Controller.php 26917 2018-04-02
src\Controller\ErrorController.php 1193 2018-04-02
src\Controller\Exception\AuthSecurityException.php 761 2018-04-02
src\Controller\Exception\MissingActionException.php 937 2018-04-02
src\Controller\Exception\MissingComponentException.php 715 2018-04-02
src\Controller\Exception\SecurityException.php 1589 2018-04-02

CodeBus www.codebus.net