本文整理匯總了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