示例#1
0
					<tr><?php 
/** @var $e TPP\Models\EliteFour */
foreach ($elitefour as $e) {
    ?>

						<td><span class="elite-four-type <?php 
    echo TPP\Helpers\Helper::safeName($e->type);
    ?>
"><?php 
    echo $e->type;
    ?>
</span></td><?php 
}
?>

					</tr>
示例#2
0
						<td>Win / Loss: <strong><?php 
    echo $t->wins;
    ?>
 / <?php 
    echo $t->losses;
    ?>
</strong></td><?php 
}
?>

					</tr>
					<tr><?php 
foreach ($trainers as $t) {
    ?>

							<td>
								<span>First beaten: <strong><?php 
    echo TPP\Helpers\Helper::getDateTime($t->time);
    ?>
</strong></span>
								<br>
								<span>Attempts first win: <strong><?php 
    echo $t->attempts;
    ?>
</strong></span><?php 
}
?>

					</tr>