本文整理汇总了PHP中Smarty_Internal_Template::updateParentVariables方法的典型用法代码示例。如果您正苦于以下问题:PHP Smarty_Internal_Template::updateParentVariables方法的具体用法?PHP Smarty_Internal_Template::updateParentVariables怎么用?PHP Smarty_Internal_Template::updateParentVariables使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Smarty_Internal_Template
的用法示例。
在下文中一共展示了Smarty_Internal_Template::updateParentVariables方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: unset
Reg. por Página :: Total = <?php
echo $_smarty_tpl->getVariable('materials')->value['total'];
?>
</div>
<?php
}
?>
<?php
if (count($_smarty_tpl->getVariable('materials')->value['pages'])) {
?>
<div style="float:right; padding-top:2px">
<?php
$_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/lists/pages.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
$_template->assign('pages', $_smarty_tpl->getVariable('materials')->value['pages']);
echo $_template->getRenderedTemplate();
$_template->updateParentVariables(0);
unset($_template);
?>
</div>
<?php
}
?>
</td>
</tr>
</tfoot>
</table>
开发者ID:XolotSoft,项目名称:controlobra,代码行数:30,代码来源:64380b746a849bad55e49652f6c2c1906f330e88.file.material.tpl.php