CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463 More Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Shimming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943 General Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943 presentation of modeled data. Being separate from the Model objects, it is responsible for using the information it has available to produce any presentational interface your application might need. For example0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook Documentation 5.x. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 More Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Shimming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825 General Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 826 presentation of modeled data. Being separate from the Model objects, it is responsible for using the information it has available to produce any presentational interface your application might need. For example0 码力 | 848 页 | 2.53 MB | 1 年前3
CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419 More Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Shimming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942 General Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942 presentation of modeled data. Being separate from the Model objects, it is responsible for using the information it has available to produce any presentational interface your application might need. For example0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook 2.x
Migration from 1.2 to 1.3 Migrating from CakePHP 1.2 to 1.3 New features in CakePHP 1.3 General Information Glossary © Copyright 2023 Cake Software Foundation, Inc. Last updated on Sep 10, 2023. Created schema, but adhering to convention will save you time. Check out CakePHP Conventions for more information, but suffice it to say that naming our table ‘posts’ automatically hooks it to our Post model, familiar. Notice we’re using findById() rather than find('all') because we only want a single post’s information. Notice that our view action takes a parameter: the ID of the post we’d like to see. This parameter0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 3.x
PUT, PATCH or DELETE Data Environment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name Reading the HTTP Method Restricting Views View Cells Themes JSON and XML views Helpers Database Access & ORM Quick Example More Information Database Basics Query Builder Table Objects Entities Retrieving Data & Results Sets Validating Connections PHPUnit Configuration Creating Fixtures Dynamic Data and Fixtures Importing Table Information Loading Fixtures in your Test Cases Fixture Factories Testing Table Classes Creating a Test Method0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 2.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783 General Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801 schema, but adhering to convention will save you time. Check out CakePHP Conventions for more information, but suffice it to say that naming our table ‘posts’ automati- cally hooks it to our Post model versions. You may also take a look at https://wiki. apache.org/httpd/DistrosDefaultLayout for further information. 1. Make sure that an .htaccess override is allowed and that AllowOverride is set to All for the0 码力 | 820 页 | 2.52 MB | 1 年前3
Falcon v1.3.0 Documentationusing the Falcon framework for a community or commercial project, please consider adding your information to our wiki under Who’s Using Falcon? [https://github.com/falconry/falcon/wiki/Who’s-using-Falcon%3F] params and their values, if any. As you can see in the example above, you can use req to get information about the incoming request. However, you can also use resp to play with the HTTP response as needed wish to simply return 404 Not Found with an empty body, in case a malicious user is fishing for information that will help them crack your app. Check out the hooks reference to learn more. Error Handling0 码力 | 194 页 | 266.90 KB | 1 年前3
CakePHP Cookbook 4.x
PUT, PATCH or DELETE Data Environment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name Reading the HTTP Method Restricting Views View Cells Themes JSON and XML views Helpers Database Access & ORM Quick Example More Information Database Basics Query Builder Table Objects Entities Retrieving Data & Results Sets Validating Guide Fixture Upgrade Backwards Compatibility Shimming Forwards Compatibility Shimming General Information CakePHP Development Process Glossary © Copyright 2023 Cake Software Foundation, Inc. Last updated0 码力 | 1249 页 | 1.04 MB | 1 年前3
Falcon v1.0.0 Documentationusing the Falcon framework for a community or commercial project, please consider adding your information to our wiki under Who’s Using Falcon? [https://github.com/falconry/falcon/wiki/Who’s-using-Falcon%3F] Contributor’s Guide [https://github.com/falconry/falcon/blob/master/CONTRIBUTING.md] for more information. We’d love to have your help! Code of Conduct All contributors and maintainers of this project Contributor’s Guide [https://github.com/falconry/falcon/blob/master/CONTRIBUTING.md] for more information. Thanks! © Copyright 2016 Falcon Contributors | Logo based on a0 码力 | 312 页 | 368.58 KB | 1 年前3
Falcon v1.3.0 Documentationparams and their values, if any. As you can see in the example above, you can use req to get information about the incoming request. However, you can also use resp to play with the HTTP response as needed wish to simply return 404 Not Found with an empty body, in case a malicious user is fishing for information that will help them crack your app. Check out the hooks reference to learn more. Error Handling HTTPNotFound() Now let’s try that request again: $ http localhost:8000/images/voltron.png Additional information about error handling is available in the error handling reference. What Now? Our friendly community0 码力 | 146 页 | 535.22 KB | 1 年前3
共 70 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













