コード例 #1
0
    <h2><strong>phpFITFileAnalysis </strong><small>A PHP class for analysing FIT files created by Garmin GPS devices.</small></h2>
    <p>This is a demonstration of the phpFITFileAnalysis class available on <a class="btn btn-default btn-lg" href="https://github.com/adriangibbons/phpFITFileAnalysis" target="_blank" role="button"><i class="fa fa-github"></i> GitHub</a></p>
  </div>
</div>
<div class="container">
  <div class="row">
    <div class="col-md-6">
      <dl class="dl-horizontal">
        <dt>File: </dt>
        <dd><?php 
echo $file;
?>
</dd>
        <dt>Device: </dt>
        <dd><?php 
echo $pFFA->manufacturer() . ' ' . $pFFA->product();
?>
</dd>
        <dt>Sport: </dt>
        <dd><?php 
echo $pFFA->sport();
?>
</dd>
      </dl>
    </div>
    <div class="col-md-6">
      <dl class="dl-horizontal">
        <dt>Recorded: </dt>
        <dd>
<?php 
echo $date->format('D, d-M-y @ g:ia');