Smarty - the compiling PHP
template engine |
Prev 来源:PHP中文社区
|
Chapter 13. Methods |
Next
|
clear_all_assign
清除所有赋值
This clears the values of all assigned variables.
清除所有已赋值到模板中的值。
Example 13-5. clear_all_assign
例子 13-5. 清除所有赋值
// clear all assigned variables $smarty->clear_all_assign();
|
|