CakePHP Cookbook 3.x
Guides Using CakePHP Working on CakePHP Deprecations Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Associations Out of Range Page Requests Pagination in the View Plugins Installing a Plugin With Composer Manually Installing a Plugin Manually Autoloading Plugin Classes Loading a Plugin Plugin Hook Session Rotating Session Identifiers Flash Messages Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating0 码力 | 1244 页 | 1.05 MB | 1 年前3CakePHP Cookbook 4.x
Working on CakePHP Deprecations Experimental Features Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Associations Out of Range Page Requests Pagination in the View Plugins Installing a Plugin With Composer Manually Installing a Plugin Manually Autoloading Plugin Classes Loading a Plugin Plugin Hook Identifiers Session::renew() Flash Messages Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating0 码力 | 1249 页 | 1.04 MB | 1 年前3CakePHP Cookbook Documentation 5.x
Working on CakePHP Deprecations Experimental Features Installation Installing CakePHP Installing Composer Create a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Requests Using a paginator class directly Pagination in the View Plugins Installing a Plugin With Composer Manually Installing a Plugin Manually Autoloading Plugin Classes Loading a Plugin Plugin Hook Identifiers Session::renew() Flash Messages Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking the Test Setup Test Case Conventions Creating0 码力 | 1080 页 | 939.39 KB | 1 年前3CmlPHP v2.x 开发手册
Api手册:api.cmlphp.com CmlPHP简介 CmlPHP是基于php5.3+(v2.7开始要求php5.4+)版本开发的 MVC/HMVC/MVSC/HMVSC框架,支持composer、分布式数据库、分 布式缓存(异常自动容灾),支持文件、memcache、redis、apc等缓存, 支持多种url模式、URL路由[RESTful],支持多项目集成、第三方扩 展、支持插件。 的入口文件内容。 composer自动加载文件 $loader = require '../vendor/autoload.php'; //配置目录组成 Cml::setApplicationDir([ 'secure_src' >singleton('cml_error_or_exception', \Cml\Service\Whoops::class);//Whoops封装服务使用前请安装 Whoops. composer require filp/whoops //必须绑定。环境解析。自带的服务实现 development/product/cli三种。可以根据需要实现更多的环境 Cml:0 码力 | 245 页 | 720.67 KB | 1 年前3CmlPHP v2.x 开发手册
x Api手册:api.cmlphp.com CmlPHP简介 CmlPHP是基于php5.3+(v2.7开始要求php5.4+)版本开发的MVC/HMVC/MVSC/HMVSC 框架,支持composer、分布式数据库、分布式缓存(异常自动容灾),支持文件、 memcache、redis、apc等缓存,支持多种url模式、URL路由[RESTful],支持多项目集 成、第三方扩展、支持插件。 内容。 composer自动加载文件 $loader = require '../vendor/autoload.php'; //配置目录组成 Cml::setApplicationDir([ 'secure_src' - >singleton('cml_error_or_exception', \Cml\Service\Whoops::class);//Whoops封装服务使用 前请安装Whoops. composer require filp/whoops //必须绑定。环境解析。自带的服务实现development/product/cli三种。可以根据需要实现更多的环境 Cml::getContainer()-0 码力 | 251 页 | 973.37 KB | 1 年前3Guzzle PHP 6.5 Documentation
concurrent requests. Installation The recommended way to install Guzzle is with Composer [http://getcomposer.org]. Composer is a dependency management tool for PHP that allows you to declare the dependencies them into your project. # Install Composer curl -sS https://getcomposer.org/installer | php You can add Guzzle as a dependency using the composer.phar CLI: php composer.phar require guzzlehttp/guzzle:~6 dependency in your project's existing composer.json file: { "require": { "guzzlehttp/guzzle": "~6.0" } } After installing, you need to require Composer's autoloader: require 'vendor/autoload0 码力 | 65 页 | 311.42 KB | 10 月前3Guzzle PHP 7.0 Documentation
concurrent requests. Installation The recommended way to install Guzzle is with Composer [https://getcomposer.org]. Composer is a dependency management tool for PHP that allows you to declare the dependencies installs them into your project. # Install Composer curl -sS https://getcomposer.org/installer | php You can add Guzzle as a dependency using Composer: composer require guzzlehttp/guzzle:^7.0 Alternatively dependency in your project's existing composer.json file: { "require": { "guzzlehttp/guzzle": "^7.0" } } After installing, you need to require Composer's autoloader: require 'vendor/autoload0 码力 | 64 页 | 310.93 KB | 10 月前3Guzzle PHP v5 Documentation
to send requests. Installation The recommended way to install Guzzle is with Composer [http://getcomposer.org]. Composer is a dependency management tool for PHP that allows you to declare the dependencies them into your project. # Install Composer curl -sS https://getcomposer.org/installer | php You can add Guzzle as a dependency using the composer.phar CLI: php composer.phar require guzzlehttp/guzzle:~6 dependency in your project's existing composer.json file: { "require": { "guzzlehttp/guzzle": "~6.0" } } After installing, you need to require Composer's autoloader: require 'vendor/autoload0 码力 | 62 页 | 309.78 KB | 10 月前3CakePHP Cookbook 2.x
Components Components Helpers Helpers Utilities Utilities Plugins How To Install Plugins Manually Composer Git Clone Git Submodule Enable the Plugin How To Use Plugins Plugin Configuration Advanced Bootstrapping located on PHP’s include_path you won’t need to make any other changes. Installing CakePHP with Composer Before starting you should make sure that you have got an up to date PHP version: php -v You should best be the same version your command line interface (CLI) PHP version is of. Installing Composer Composer is a dependency management tool for PHP 5.3+. It solves many of the problems the PEAR installer0 码力 | 1096 页 | 958.62 KB | 1 年前3phpMyAdmin Documentation Release 5.2.2-dev
browser Installation Linux distributions Installing on Windows Installing from Git Installing using Composer Installing using Docker IBM Cloud Quick Install Verifying phpMyAdmin releases phpMyAdmin configuration recent source directly from Github [https://codeload.github.com/phpmyadmin/phpmyadmin/zip/QA_5_2] Composer [https://getcomposer.org/download/] Node.js [https://nodejs.org/en/download/] (version 12 or higher) install dependencies using Composer [https://getcomposer.org]: composer update If you do not intend to develop, you can skip the installation of developer tools by invoking: composer update --no-dev Finally0 码力 | 252 页 | 379.56 KB | 1 年前3
共 34 条
- 1
- 2
- 3
- 4