$smarty->assign("name","哈哈html");2.保留变量的使用2.1页面请求变量的使用如$_GET
,$_POST
,$_COOKIE
,$_SERVER
,$_ENV
和$_session
。{$smarty.get.page}{$smarty.post.page}{$smarty.cookies.username}{$smarty.server.SERVER_NAME}{$smarty.env.PATH}{$smarty.session.id}{$smarty.request.username}2.2 当前的时间戳,可以通过{$smarty.now}来获取。2.3 {$smarty.const}直接访问php的常量。2.4{$smarty.config}可以获取配置变量2.5{$smarty.template}返回当前的模板名称(不带目录名).2.6 {$smarty.template_object.}返回当前模板对象。2.7{$smarty.current_dir}返回当前模板的目录名称。2.8{smarty.version}返回编译当前模板的Smarty版本。3.配置变量的使用配置变量是不需要php程序来提供的,配置文件默认放在configs文件夹中使用配置变量:左标记#变量名称 #右标记例如:{# 名称#}模板中需要引入文件{config_load file="文件名"},才可以使用配置文件中的变量也可以通过保留变量的方式访问配置文件{$smarty.config.名称}
新闻热点
疑难解答