本文整理汇总了PHP中CKunenaLink::GetUserlistPostURL方法的典型用法代码示例。如果您正苦于以下问题:PHP CKunenaLink::GetUserlistPostURL方法的具体用法?PHP CKunenaLink::GetUserlistPostURL怎么用?PHP CKunenaLink::GetUserlistPostURL使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CKunenaLink
的用法示例。
在下文中一共展示了CKunenaLink::GetUserlistPostURL方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: if
<?php if ($this->config->userlist_joindate) : ?>
<td class="kcol-mid" title="<?php echo KunenaDate::getInstance($user->registerDate)->toKunena('ago') ?>"><?php echo KunenaDate::getInstance($user->registerDate)->toKunena('datetime_today') ?></td>
<?php endif; ?>
<?php if ($this->config->userlist_lastvisitdate) : ?>
<td class="kcol-mid" title="<?php echo KunenaDate::getInstance($lastvisitDate)->toKunena('ago') ?>"><?php echo KunenaDate::getInstance($lastvisitDate)->toKunena('datetime_today') ?></td>
<?php endif; ?>
<?php if ($this->config->userlist_userhits) : ?>
<td class="kcol-mid"><?php echo $this->escape($profile->uhits) ?></td>
<?php endif; ?>
</tr>
<?php endforeach; ?>
</table>
</form>
<form name="usrlform" method="post" action="<?php echo CKunenaLink::GetUserlistPostURL(); ?>" onsubmit="return false;">
<table class="kblocktable" id="kuserlist-bottom">
<tr>
<td>
<div>
<?php
echo $this->getPagination(7);
?>
</div>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
示例2: intval
</table>
<input type="hidden" name="option" value="<?php
echo $option;
?>
">
<input type="hidden" name="filter_order" value="<?php
echo intval($this->order);
?>
" />
<input type="hidden" name="filter_order_Dir" value="<?php
echo intval($this->order_dir);
?>
" />
</form>
<form name="usrlform" method="post" action="<?php
echo CKunenaLink::GetUserlistPostURL();
?>
" onsubmit="return false;">
<table class="kblocktable" id="kuserlist-bottom">
<tr>
<td>
<div>
<?php
// TODO: fxstein - Need to perform SEO cleanup
echo $this->pageNav->getPagesLinks(CKunenaLink::GetUserlistURL($this->searchuri));
?>
<span style="float:right">
<?php
echo $this->pageNav->getPagesCounter();
?>
| <?php