CakePHP Cookbook Documentation 5.xSession Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Configure Writing Configuration data Reading Configuration Parameters Generating Asset URLs Redirect Routing Entity Routing Custom Route Classes Default Route Class Fallbacks Method Creating Persistent URL Parameters Request & Response Objects Request ServerRequest the Console Environment Debugging Basic Debugging stackTrace() breakpoint() Using the Debugger Class Debugger Outputting Values Debugger::dump Masking Data Logging With Stack Traces Debugger::log0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook Documentation 5.x. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122 Additional Class Paths . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 126 Configure Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 555 Using the Debugger Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 556 Outputting0 码力 | 848 页 | 2.53 MB | 1 年前3
CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 220 Additional Class Paths . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 224 Configure Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691 Using the Debugger Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 692 Outputting0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook 4.x
Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Configure Writing Configuration data Reading Configuration Parameters Generating Asset URLs Redirect Routing Entity Routing Custom Route Classes Default Route Class Fallbacks Method Creating Persistent URL Parameters Request & Response Objects Request ServerRequest the Console Environment Debugging Basic Debugging stackTrace() breakpoint() Using the Debugger Class Debugger Outputting Values Debugger::dump Masking Data Logging With Stack Traces Debugger::log0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 3.x
Session Configuration Routing configuration Additional Class Paths Plugin, View Template and Locale Paths Inflection Configuration Configure Class Writing Configuration data Reading Configuration Data Passed Arguments Generating URLs Redirect Routing Entity Routing Custom Route Classes Default Route Class Fallbacks Method Creating Persistent URL Parameters Handling Named Parameters in URLs Dispatcher Console (REPL) Routing in the Console Environment Debugging Basic Debugging Using the Debugger Class Outputting Values Masking Data Logging With Stack Traces Generating Stack Traces Getting an Excerpt0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189 Additional Class Paths . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 Configure Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661 Using the Debugger Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662 Outputting0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook 2.x
Upgrade shell Development Configuration Database Configuration Additional Class Paths Core Configuration Configure Class Reading and writing configuration files Creating your own Configuration readers own error handler Changing fatal error behavior Debugging Basic Debugging Debugger Class Using the Debugger Class Using Logging to debug Debug Kit Xdebug Testing Installing PHPUnit Test Database Setup column names are not arbitrary. If you follow CakePHP’s database naming conventions, and CakePHP’s class naming conventions (both outlined in CakePHP Conventions), you’ll be able to take advantage of a lot0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
column names are not arbitrary. If you follow CakePHP’s database naming conventions, and CakePHP’s class naming conventions (both outlined in CakePHP Conventions), you’ll be able to take advantage of a lot building your first CakePHP application. Blog Tutorial - Adding a layer Create a Post Model The Model class is the bread and butter of CakePHP applications. By creating a CakePHP model that will interact with operations later. CakePHP’s model class files go in /app/Model, and the file we’ll be creating will be saved to /app/Model/Post.php. The completed file should look like this: class Post extends AppModel { }0 码力 | 820 页 | 2.52 MB | 1 年前3
Falcon v3.0.0 DocumentationFalcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class QuoteResource: def on_get(self, req, resp): """Handles GET requests""" quote = { Performance Routing Extensibility Request Handling Response Handling Misc. Framework Reference The App Class WSGI App ASGI App Options Request & Response WSGI Request & Response ASGI Request & Response WebSocket Informational 2xx Success 3xx Redirection 4xx Client Error 5xx Server Error Error Handling Base Class Predefined Errors Media Usage Validating Media Content-Type Negotiation Exception Handling Replacing0 码力 | 1055 页 | 739.30 KB | 1 年前3
Falcon v3.0.1 DocumentationFalcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style. class QuoteResource: def on_get(self, req, resp): """Handles GET requests""" quote = { Performance Routing Extensibility Request Handling Response Handling Misc. Framework Reference The App Class WSGI App ASGI App Options Request & Response WSGI Request & Response ASGI Request & Response WebSocket Informational 2xx Success 3xx Redirection 4xx Client Error 5xx Server Error Error Handling Base Class Predefined Errors Media Usage Validating Media Content-Type Negotiation Exception Handling Replacing0 码力 | 1058 页 | 741.59 KB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













