CakePHP Cookbook 2.x
plugins Elements Passing Variables into an Element Caching Elements Requesting Elements from a Plugin 2.0 2.1 Creating your own view classes View API More about Views Themes Media Views JSON and XML Submodule Enable the Plugin How To Use Plugins Plugin Configuration Advanced Bootstrapping Using a Plugin How To Create Plugins Plugin Controllers Plugin Models Plugin Views Plugin Assets Components, Helpers and Behaviors Expand Your Plugin Plugin Tips Publish Your Plugin Shells, Tasks & Console Tools The CakePHP console Adding cake to your system path Creating a shell Using Models in your shells0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 3.x
Contributing Documentation Translations Documentation Formatting Guide Tickets Reporting Bugs Reporting Security Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding Configuration Email Configuration Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Writing Configuration Parameters to Action Using Named Routes Prefix Routing Creating Links to Prefix Routes Plugin Routing Creating Links to Plugin Routes SEO-Friendly Routing Matching Specific HTTP Methods Matching Specific Hostnames0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 2.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 645 11 Deployment 649 Check your security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649 “salt”) for use in security hashes. The second is defining a custom number (or “seed”) for use in encryption. The security salt is used for generating hashes. Change the default Security.salt value in /app/Config/core string used in security hashing methods. */ Configure::write('Security.salt', 'pl345e-P45s_7h3*S@l7!'); The cipher seed is used for encrypt/decrypt strings. Change the default Security.cipherSeed value0 码力 | 820 页 | 2.52 MB | 1 年前3
CakePHP Cookbook 4.x
Installing Authentication Plugin Adding Login Logout Enabling Registrations CMS Tutorial - Authorization Installing Authorization Plugin Enabling the Authorization Plugin Creating our First Policy Checking Contributing Documentation Translations Documentation Formatting Guide Tickets Reporting Bugs Reporting Security Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding Configuration Email Configuration Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Configure Writing Configuration0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 695 Check Your Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696 755 24 Plugins 757 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757 Manually Installing a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758 Loading a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759 Plugin Hook Configuration . . . . . . . . . . . .0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook Documentation 5.xInstalling Authentication Plugin Adding Login Logout Enabling Registrations CMS Tutorial - Authorization Installing Authorization Plugin Enabling the Authorization Plugin Creating our First Policy Checking Contributing Documentation Translations Documentation Formatting Guide Tickets Reporting Bugs Reporting Security Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding Configuration Email Configuration Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Configure Writing Configuration0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667 Check Your Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668 737 24 Plugins 739 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739 Manually Installing a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740 Loading a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740 Plugin Hook Configuration . . . . . . . . . . . .0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook Documentation 5.x. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 561 Check Your Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 562 636 25 Plugins 637 Installing a Plugin With Composer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 637 Manually Installing a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 638 Loading a Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 638 Plugin Hook Configuration . . . . . . . . . . . .0 码力 | 848 页 | 2.53 MB | 1 年前3
Falcon v3.0.0-b1 DocumentationAn easy way to get a coverage report is using the pytest-cov plugin (available on PyPi). The updated pytest command line to use this plugin reads: $ pytest --cov=asgilook --cov-report=term-missing tests/ --cov-fail-under=100 (or any other percent threshold) to our pytest command. Note: The pytest-cov plugin is quite simplistic; more advanced testing strategies such as blending different type of tests and/or will always be more efficient, and therefore should be preferred in production deployments. For security reasons, the directory and the fallback_filename (if provided) should be read only for the account0 码力 | 338 页 | 1.14 MB | 1 年前3
Guzzle PHP 5.3 Documentation$response; }); User guide Overview Requirements Installation License Contributing Reporting a security vulnerability Quickstart Make a Request Using Responses Query String Parameters Uploading Data ubscriber] Verifies the message integrity of HTTP responses using customizable validators. This plugin can be used, for example, to verify the Content-MD5 headers of responses. Service Description Commands Guzzle’s HTTP handlers. Reporting a security vulnerability We want to ensure that Guzzle is a secure HTTP client library for everyone. If you’ve discovered a security vulnerability in Guzzle, we appreciate0 码力 | 72 页 | 312.62 KB | 11 月前3
共 62 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













