PHP 中使用 Smarty 之六:Smarty 内建函数(4)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:20 点击:次
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Capture</title>
</head>
<body>
<!-- 定义capture -->
<{capture name="foo"}>
这里是capture 函数里面的内容,默认是不显示的。
<{/capture}>
<!-- 调用capture,使用的是Smarty 中的保留变量{$smarty.capture} -->
<{$smarty.capture.foo}>
</body>
</html>
2、config_load
属性 | 类型 | 是否必须 | 缺省值 | 描述 |
---|---|---|---|---|
file | string | Yes |
n/a
相关新闻>>最新推荐更多>>>
|