本文整理汇总了PHP中bootstrap::getAppName方法的典型用法代码示例。如果您正苦于以下问题:PHP bootstrap::getAppName方法的具体用法?PHP bootstrap::getAppName怎么用?PHP bootstrap::getAppName使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类bootstrap
的用法示例。
在下文中一共展示了bootstrap::getAppName方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<body>
<div class="container-fluid">
<div class="col-lg-5 col-centered">
<h2 class="text-center text-danger"><i class="fa fa-exclamation-triangle fa-3x text-center"></i><br />Application Not Found</h2>
<hr style="margin: 20px" />
<p class="lead "><strong>Possible Reasons:</strong></p>
<ul class="list-unstyled" style="font-size: 16px;">
<li>
<i class="fa fa-info-circle"></i> Specified application <mark><?php
echo \bootstrap::getAppName();
?>
</mark> structure does not exist.
</li>
<li>
<i class="fa fa-info-circle"></i> Check the spelling of the supplied application name <mark><?php
echo \bootstrap::getAppName();
?>
</mark>.
</li>
</ul>
</div>
</div>
<footer>
<div class="container">
<ul class="list-inline">
<li>
<?php
echo htmltag::anchor(array('value' => htmltag::img(array('src' => '/paperboot/media/img/' . 'php.jpg')), 'href' => 'http://php.net', 'target' => '_blank'));
?>