本文整理汇总了PHP中Widgets::shareWidget方法的典型用法代码示例。如果您正苦于以下问题:PHP Widgets::shareWidget方法的具体用法?PHP Widgets::shareWidget怎么用?PHP Widgets::shareWidget使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Widgets
的用法示例。
在下文中一共展示了Widgets::shareWidget方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: number_format
echo number_format($ratings['ratings'], 1);
?>
</h6>
<span class="votes_counter"><?php
echo $ratings['votes'];
?>
<?php
echo Yii::t("default", "Votes");
?>
</span>
</div>
</div>
</div> <!--uk-grid-->
<?php
Widgets::shareWidget($re_info['restaurant_name']);
?>
<?php
echo Widgets::offers($merchant_id);
?>
</div> <!--END uk-width-1-2-->
</div>
</div> <!--restaurant-wrap-->
<div class="rating-wrapper">
<div class="uk-grid">
<div class="uk-width-1-2" style="width:220px;padding-top:10px;">
<a href="javascript:;" class="write-review btn-flat-grey rounded2 <?php
echo $has_reviews == true ? "active" : "";