CakePHP Cookbook Documentation 5.xFixing the Add & Edit Actions Wrapping Up Contributing Documentation Translations Documentation Formatting Guide Tickets Reporting Bugs Reporting Security Issues Code Initial Setup Working on a Patch Number Number Formatting Currency Values Number::currency() Setting the Default Currency Number::setDefaultCurrency() Getting the Default Currency Number::getDefaultCurrency() Formatting Floating Point Point Numbers Number::precision() Formatting Percentages Number::toPercentage() Interacting with Human Readable Values Number::toReadableSize() Formatting Numbers Number::format() Number::ordinal()0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook 4.x
Fixing the Add & Edit Actions Wrapping Up Contributing Documentation Translations Documentation Formatting Guide Tickets Reporting Bugs Reporting Security Issues Code Initial Setup Working on a Patch Number Number Formatting Currency Values Number::currency() Setting the Default Currency Number::setDefaultCurrency() Getting the Default Currency Number::getDefaultCurrency() Formatting Floating Point Point Numbers Number::precision() Formatting Percentages Number::toPercentage() Interacting with Human Readable Values Number::toReadableSize() Formatting Numbers Number::format() Number::ordinal()0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 3.x
Authentication Adding Password Hashing Contributing Documentation Translations Documentation Formatting Guide Tickets Reporting Bugs Reporting Security Issues Code Initial Setup Working on a Patch Inflections Number Formatting Currency Values Setting the Default Currency Formatting Floating Point Numbers Formatting Percentages Interacting with Human Readable Values Formatting Numbers Format Differences Callbacks Text Convert Strings into ASCII Creating URL Safe Strings Generating UUIDs Simple String Parsing Formatting Strings Wrapping Text Highlighting Substrings Removing Links Truncating Text Truncating0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook Documentation 5.x. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780 36 Number 781 Formatting Currency Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783 Formatting Floating Point Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783 Formatting Percentages . . . . . . . . . . . . . Human Readable Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784 Formatting Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 848 页 | 2.53 MB | 1 年前3
CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900 36 Number 901 Formatting Currency Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 902 Formatting Floating Point Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903 Formatting Percentages . . . . . . . . . . . . . Human Readable Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903 Formatting Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892 36 Number 893 Formatting Currency Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895 Formatting Floating Point Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895 Formatting Percentages . . . . . . . . . . . . . Human Readable Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896 Formatting Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook 2.x
permissions Logging in Logout All done Contributing Documentation Translations Documentation Formatting Guide Tickets Reporting bugs Reporting security issues Code Initial setup Working on a patch CREATE TABLE posts ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, title VARCHAR(50), body TEXT, created DATETIME DEFAULT NULL, modified DATETIME DEFAULT NULL ); /* Then insert some posts it, or a XML formatted result for others to consume. The View layer is not only limited to HTML or text representation of the data. It can be used to deliver a wide variety of formats depending on your0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
table: */ CREATE TABLE posts ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, title VARCHAR(50), body TEXT, created DATETIME DEFAULT NULL, modified DATETIME DEFAULT NULL ); /* Then insert some posts for it, or a XML formatted result for others to consume. The View layer is not only limited to HTML or text representation of the data. It can be used to deliver a wide variety of formats depending on your them with CakeResponse::type() as well: // Add a vCard type $this->response->type(array('vcf' => 'text/v-card')); // Set the response Content-Type to vcard. $this->response->type('vcf'); Usually, you’ll0 码力 | 820 页 | 2.52 MB | 1 年前3
共 8 条
- 1













