Home  >  Article  >  php教程  >  Thinkphp various methods knowledge map

Thinkphp various methods knowledge map

WBOY
WBOYOriginal
2016-11-16 10:24:041323browse

AMethod: used to instantiate the controller

Detailed explanation of ThinkPHP functions: Method A

Method B: Perform a certain behavior

I method (its name comes from English Input): Get input parameters and support filtering and default values ​​

Detailed explanation of ThinkPHP functions: I method

D method: D function is used to instantiate the model class format [resource://][module/]model

Detailed explanation of ThinkPHP functions: D method

M method: M function is used to instantiate a Model without a model file

Detailed explanation of ThinkPHP functions: M method

U method: URL assembly supports different URL patterns

Detailed explanation of ThinkPHP functions: U method

C method: reading and setting configuration parameters

Detailed explanation of ThinkPHP functions: C method

E method: throwing exception handling

G method: record and count time (microseconds) and memory usage

Gorgeous upgrade of G method

LMethod: Get and set language definition (case insensitive)

Detailed explanation of ThinkPHP functions: L method

TC

RMethod: Remote call controller operation method

WMethod:

Rendering Output Widget S Method:

Cache Management

F Method: Fast file data reading and savingFor simple type data strings and arrays

Detailed explanation of ThinkPHP functions: F method

For more information, see http://www.jb51.net/Special/129.htm

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn