本文整理汇总了PHP中getCMSArticleUrl函数的典型用法代码示例。如果您正苦于以下问题:PHP getCMSArticleUrl函数的具体用法?PHP getCMSArticleUrl怎么用?PHP getCMSArticleUrl使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了getCMSArticleUrl函数的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: getCMSArticleUrl
if ($value['day'] > $num_days) {
$num_days = $value['day'];
?>
<div class="item_title" align="center">
第<?php
echo $num_days;
?>
天
</div>
<?php
}
?>
<?php
$article_url = getCMSArticleUrl($value['article_id']);
?>
<?php
if ($value['article']['article_image']) {
$num_images++;
?>
<?php
if ($num_images % 2 == 1) {
?>
<div class="item_left_box">
<div class="item_right_box_cont_bg item_left_box_cont_bg">
<div class="item_right_box_cont_text item_right_box_cont_img">
<div>
示例2: foreach
?>
<ul class="article-recommand-list">
<?php
$commend_count = 1;
?>
<?php
foreach ($output['article_commend_list'] as $value) {
?>
<li><a href="index.php?act=article&op=article_list&class_id=<?php
echo $value['class_id'];
?>
" class="class" target="_blank">[<?php
echo $value['class_name'];
?>
]</a><a href="<?php
echo getCMSArticleUrl($value['article_id']);
?>
"><?php
echo $value['article_title'];
?>
</a></li>
<?php
if ($commend_count % 3 === 0 && $commend_count < 9) {
?>
<li class="line"></li>
<?php
}
?>
<?php
$commend_count++;
?>
示例3: getCMSArticleUrl
}
?>
<?php
}
?>
</div>
</div>
</div>
<?php
}
?>
<?php
for ($i = $j; $i < $list_length; $i += 4) {
?>
<?php
$article_url = getCMSArticleUrl($output['article_list'][$i]['article_id']);
?>
<div class="modern-list-item">
<div class="article-cover">
<?php
if (!empty($output['article_list'][$i]['article_image'])) {
?>
<a href="<?php
echo $article_url;
?>
" target="_blank"> <img class="image_lazy_load" data-src="<?php
echo getCMSArticleImageUrl($output['article_list'][$i]['article_attachment_path'], $output['article_list'][$i]['article_image'], 'list');
?>
" src="<?php
echo getLoadingImage();
?>