thinkphp 基本配置项,你用到了哪些?
'配置值'
'app_group_list' => 'www,admin', //项目分组设定(可定义多项,www前台、admin后台)
'default_group' => 'www', //默认分组
'url_model' => 1, //url的模式
//'load_ext_config' => 'config1,config2,……', //加载扩展conf/下的配置文件
//'load_ext_file' => 'myfunc,myfile', //加载扩展common/下的php文件 或手动载入load(@.myfunc)
//'url_html_suffix' => 'html', //静态后缀
//'tmpl_template_suffix' => '.html', //模版文件后缀,默认.html
//'app_file_case' => true, //检查文件大小写
//'session_prefix' => 'my', //session前缀
'upload_root' => samc_root . '/upload/',
'db_config' =>array('dbhost'=>'localhost',
'dbname'=>'dbname',
'dbuser'=>'dbuser',
'dbpwd'=>'dbpwd'
),//数据库配置
);
?>
有什么问题可以联系我:769871707@qq.com 或 http://php.ranran1991.com