CakePHP Cookbook 3.x
Output Creating Plural & Singular Forms Creating CamelCase and under_scored Forms Creating Human Readable Forms Creating Table and Class Name Forms Creating Variable Names Creating URL Safe Strings Inflection Interacting with Human Readable Values Formatting Numbers Format Differences Configure formatters Registry Objects Loading Objects Triggering Callbacks Disabling Callbacks Text Convert Strings into Strings Generating UUIDs Simple String Parsing Formatting Strings Wrapping Text Highlighting Substrings Removing Links Truncating Text Truncating the Tail of a String Extracting an Excerpt Converting an Array0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 4.x
Creating CamelCase and under_scored Forms Inflector::camelize Inflector::underscore Creating Human Readable Forms Inflector::humanize Creating Table and Class Name Forms Inflector::classify Inflector::dasherize Numbers Number::precision() Formatting Percentages Number::toPercentage() Interacting with Human Readable Values Number::toReadableSize() Formatting Numbers Number::format() Number::ordinal() Format Disabling Callbacks Text Text Convert Strings into ASCII Text::transliterate Creating URL Safe Strings Text::slug Generating UUIDs Text::uuid Simple String Parsing Text::tokenize Text::parseFileSize()0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook Documentation 5.xCreating CamelCase and under_scored Forms Inflector::camelize Inflector::underscore Creating Human Readable Forms Inflector::humanize Creating Table and Class Name Forms Inflector::classify Inflector::dasherize Numbers Number::precision() Formatting Percentages Number::toPercentage() Interacting with Human Readable Values Number::toReadableSize() Formatting Numbers Number::format() Number::ordinal() Format Disabling Callbacks Text Text Convert Strings into ASCII Text::transliterate Creating URL Safe Strings Text::slug Generating UUIDs Text::uuid Simple String Parsing Text::tokenize Text::parseFileSize()0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook 2.x
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 Resist that temptation. Follow CakePHP conventions (capitalization, plural names, etc.) and create readable, understandable action names. You can map URLs to your code using “routes” covered later on. The abstraction that enable models to manipulate different types of data consistently. While the main source of data in a CakePHP application is often a database, you might write additional DataSources that0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 3.x
under_scored Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899 Creating Human Readable Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899 Creating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903 Interacting with Human Readable Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903 Formatting Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908 38 Text 909 Convert Strings into ASCII . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 967 页 | 2.80 MB | 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 Resist that temptation. Follow CakePHP conventions (capitalization, plural names, etc.) and create readable, understand- able action names. You can map URLs to your code using “routes” covered later on. abstraction that enable models to manipulate different types of data consistently. While the main source of data in a CakePHP application is often a database, you might write additional DataSources that0 码力 | 820 页 | 2.52 MB | 1 年前3
CakePHP Cookbook 4.x
under_scored Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 891 Creating Human Readable Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 891 Creating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895 Interacting with Human Readable Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896 Formatting Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 902 38 Text 903 Convert Strings into ASCII . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook Documentation 5.xunder_scored Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779 Creating Human Readable Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779 Creating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783 Interacting with Human Readable Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784 Formatting Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 790 38 Text 791 Convert Strings into ASCII . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 848 页 | 2.53 MB | 1 年前3
共 8 条
- 1













