本文整理汇总了PHP中front::rutgonchuoi方法的典型用法代码示例。如果您正苦于以下问题:PHP front::rutgonchuoi方法的具体用法?PHP front::rutgonchuoi怎么用?PHP front::rutgonchuoi使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类front
的用法示例。
在下文中一共展示了front::rutgonchuoi方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: date
</div>
<div class="figure-bg"></div>
<div class="figure-btn"><a href="Tin-Tuc/Detail/<?php
echo $row_n_i['url'];
?>
/" class="btn btn-see-more"><i class="fa fa-link"></i> {See_More}</a></div>
</div><!-- end figure-->
<h2 class="title-news"><a href="Tin-Tuc/Detail/<?php
echo $row_n_i['url'];
?>
/"><?php
echo $row_n_i['name_' . $lang];
?>
</a></h2>
<p><?php
echo $i->rutgonchuoi($row_n_i['sum_' . $lang], 20);
?>
</p>
<div class="n-footer">
<div class="pull-left">
<small>{Post_Date}: <?php
if ($lang == "vn") {
echo date("d/m/Y", strtotime($row_n_i['date']));
} else {
echo date("m/d/Y", strtotime($row_n_i['date']));
}
?>
</small>
</div>
<a href="Tin-Tuc/Detail/<?php
echo $row_n_i['url'];