/* Language Settings */
' lang_switch_on ' => false,//default to disable MultiLanguage Pack feature
' Lang_auto_detect ' => true,//automatic detection language is effective when multilingual features are turned on
/* Paging Settings * *
' Page_rollpage ' => 5,//Paging page display
' Page_listrows ' => 20,//page showing number of records per page
/* Session Settings * *
' Session_auto_start ' => true,//whether session is automatically opened
Built-in session class available parameters
' Session_name ' => ',//session Name
' Session_path ' => ',//Session save path
' Session_callback ' => ',//callback function when the session object is deserialized
/* Run Time Setup/*
' Show_run_time ' => false,//run time display
' Show_adv_time ' => false,//show detailed elapsed time
' Show_db_times ' => false,//display database query and write count
' Show_cache_times ' => false,//show number of cache operations
' Show_use_mem ' => false,//display memory overhead
' Show_page_trace ' => false,//Show page trace information assigned by trace file definition and action action
' Show_error_msg ' => true,//Display error message
/* Template engine settings * *
' Tmpl_engine_type ' => ',//default template engine The following settings are valid only for use of the just-in-a-way template engine
' Tmpl_detect_theme ' => false,//Automatically detect template theme
' Tmpl_template_suffix ' => '. TPL ',//default template file suffix
' Tmpl_content_type ' => ' text/html ',//default template output type
' Tmpl_cachfile_suffix ' => '. php ',//default template cache suffix
' Tmpl_deny_func_list ' => ' echo,exit ',//template engine disable function
' Tmpl_parse_string ' => ',//template engine to automatically replace the string, must be an array form.
' Tmpl_l_delim ' => ' {',//template engine normal label start tag
' Tmpl_r_delim ' => '} ',//template engine normal tag end tag
' Tmpl_var_identify ' => ' array ',//template variable identification. Leave blank automatically to determine that the parameter is ' obj ' to represent the object
' Tmpl_strip_space ' => false,//whether to remove HTML spaces and line wrapping in the template file
' tmpl_cache_on ' => true,//whether to open the template compilation cache, set to False to recompile each time
' Tmpl_cache_time ' =>-1,//template cache validity period-1 is permanent, (in numeric value, in seconds)
' Tmpl_action_error ' => ' public:success ',///Default error jump corresponding template file
' Tmpl_action_success ' => ' public:success ',//default successful jump to the corresponding template file
' Tmpl_trace_file ' => think_path. ' /tpl/pagetrace.tpl.php ',//page trace template file
' Tmpl_exception_file ' => think_path. ' /tpl/thinkexception.tpl.php ',//template file for exception page
' Tmpl_file_depr ' => '/', the separator between the template file Module_name and action_name, only valid for project group deployment
I-am template engine tag Library related settings
' Taglib_begin ' => ' < ',//tag library tag start tag
' Taglib_end ' => ' > ',//tag library tag end tag
' Taglib_load ' => true,//whether to use a tag library other than the built-in tag library, default Auto Detect
' taglib_build_in ' => ' cx ',//built-in tag library name (label use does not need to specify tag library name), separated by commas
' Taglib_pre_load ' => ',//need additional load tag library (must specify tag library name), multiple comma separated
' Tag_nested_level ' => 3,//label nesting level
' Tag_extend_parse ' => ',//Specifies the name of the function that extends the definition and resolution of the normal label.
/* Form token verification/*
' token_on ' => true,//unlock token verification
' Token_name ' => ' __hash__ ',//token-verified form hidden field name
' Token_type ' => ' MD5 ',//token verification hash rule
/* URL Settings * *
' Url_case_insensitive ' => false,//URL address is case-insensitive
' url_router_on ' => false,//whether URL routing is turned on
' Url_route_rules ' => Array (),//default routing rule, note: Packet configuration cannot be replaced
' url_dispatch_on ' => true,//whether dispatcher is enabled, no longer takes effect
' Url_model ' => 1,//URL access mode, optional parameters 0, 1, 2, 3, representing the following four modes:
0 (normal mode); 1 (pathinfo mode); 2 (REWRITE mode); 3 (Compatibility mode) defaults to PathInfo mode, providing the best user experience and SEO support
' Url_pathinfo_model ' => 2,//PathInfo mode, uses the numbers 1, 2, 3 to represent the following three modes:
1 Normal mode (parameter has no order, such as/M/MODULE/A/ACTION/ID/1);
2 Intelligent mode (the system defaults to use the mode, can automatically identify modules and operations/module/action/id/1/or/module,action,id,1/...);
3 compatibility Mode (pass PathInfo to Dispather via a Get variable, default to S INDEX.PHP?S=/MODULE/ACTION/ID/1)
' Url_pathinfo_depr ' => '/'////////////PathInfo mode, split symbol between parameters
' Url_html_suffix ' => ',//URL pseudo static suffix settings
' Url_auto_redirect ' => true,//the URL that is automatically redirected to the specification no longer takes effect
/* System Variable Name set * *
' Var_group ' => ' g ',//default group get variable
' Var_module ' => ' m ',//default module get variable
' Var_action ' => ' a ',//default action get variable
' Var_router ' => ' r ',//default route fetch variable
' Var_page ' => ' P ',//default page Hop transition amount
' Var_template ' => ' t ',//default template toggle Variable
' Var_language ' => ' l ',//default language switch variable
' Var_ajax_submit ' => ' ajax ',//default AJAX submission Variable
' Var_pathinfo ' => ',///PathInfo compatibility mode Get variables for example? S=/MODULE/ACTION/ID/1 the following parameters depend on Url_pathinfo_model and Url_pathi Nfo_depr
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.