本文整理汇总了PHP中JoomleagueHelperRoute::getTeamStaffRoute方法的典型用法代码示例。如果您正苦于以下问题:PHP JoomleagueHelperRoute::getTeamStaffRoute方法的具体用法?PHP JoomleagueHelperRoute::getTeamStaffRoute怎么用?PHP JoomleagueHelperRoute::getTeamStaffRoute使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类JoomleagueHelperRoute
的用法示例。
在下文中一共展示了JoomleagueHelperRoute::getTeamStaffRoute方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: foreach
</th>
<th class="td_l">
<?php
echo JText::_('COM_JOOMLEAGUE_TABLE_TEAM');
?>
</th>
<th class="td_l">
<?php
echo JText::_('Club-Staff function');
?>
</th>
</tr>
<?php
$k = 0;
foreach ($this->historyClubStaff as $station) {
$link1 = JoomleagueHelperRoute::getTeamStaffRoute($station->project_id, $station->pid, $station->ttid);
$link2 = JoomleagueHelperRoute::getPlayersRoute($station->project_id, $station->ttid);
?>
<tr class="<?php
echo $k == 0 ? 'sectiontableentry1' : 'sectiontableentry2';
?>
">
<td class="td_l">
<?php
echo JHtml::link($link1, $station->pname);
?>
</td>
<td class="td_l">
<?php
echo $station->sname;
?>