当前位置: 首页>>代码示例>>PHP>>正文


PHP RMUtilities::getVersion方法代码示例

本文整理汇总了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">
开发者ID:laiello,项目名称:bitcero-modules,代码行数:31,代码来源:mywords_theindex.php

示例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) {
开发者ID:laiello,项目名称:bitcero-modules,代码行数:31,代码来源:pw_index.php


注:本文中的RMUtilities::getVersion方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。