本文整理汇总了PHP中RMUtilities::getVersion方法的典型用法代码示例。如果您正苦于以下问题:PHP RMUtilities::getVersion方法的具体用法?PHP RMUtilities::getVersion怎么用?PHP RMUtilities::getVersion使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类RMUtilities
的用法示例。
在下文中一共展示了RMUtilities::getVersion方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _e
?>
</span></a></td>
<td><a href="<?php
echo XOOPS_URL;
?>
/modules/mywords/admin/tags.php"><?php
_e('Tags', 'mywords');
?>
</a></td>
</tr>
</table><br />
<span class="descriptions"><?php
_e('Current version:', 'mywords');
?>
<strong><?php
echo RMUtilities::getVersion(false, 'mywords', 0);
?>
</strong></span>
</div>
<!-- / End quick overview -->
<!-- Drafts -->
<div class="outer">
<div class="th"><?php
_e('Recent Drafts', 'admin_mywords');
?>
</div>
<?php
foreach ($drafts as $post) {
?>
<div class="even mw_tools">
示例2: _e
?>
</a></td>
</tr>
<tr class="even qoverview">
<td><span><a href="works.php"><?php
echo $images;
?>
</a></span> <a href="works.php"><?php
_e('Images', 'works');
?>
</a></td>
<td><?php
_e('Current version:', 'works');
?>
<strong><?php
echo RMUtilities::getVersion(false, 'works', 0);
?>
</strong></td>
</tr>
</table>
</div>
</div>
<div class="outer works_widget">
<div class="th widget_title"><?php
_e('Works not published', 'works');
?>
</div>
<div class="widget_content">
<?php
foreach ($works_pending as $w) {