smarty模板引擎之内建函数php

 

php 标签允许在模板中直接嵌入 php 脚本. 是否处理这些语句取决于$php_handling的设置. 该语句通常不需要使用,当然如果你非常了解此特性或认为必须要用,也可以使用.

{php}
		// including a php script directly
		// from the template.
		include("/path/to/display_weather.php");
{/php}

 

你可能感兴趣的:(smarty模板引擎之内建函数php)