Jump to content

Statistics


Stefan

Recommended Posts

Total Pilots: <?php echo StatsData::PilotCount(); ?> <br />
Total Flights: <?php echo number_format(StatsData::TotalFlights()); ?><br />
Total Flights Today: <?php echo StatsData::totalflightstoday(); ?><br />
Total Flight Hours: <?php echo number_format(StatsData::TotalHours(), 0); ?> hrs<br />
Total Pax Carried: <?php echo number_format(StatsData::totalpaxcarried()); ?><br />
Total Fuel Burned: <?php echo number_format(StatsData::totalfuelburned(), 0); ?> kgs<br />
Total Flight Miles: <?php echo number_format(StatsData::totalmilesflown()); ?> nm<br />
Total Aircraft In Fleet: <?php echo StatsData::totalaircraftinfleet(); ?><br />
Total Schedules: <?php echo number_format(StatsData::totalschedules()); ?><br />

Is this what you're looking for.

Put it in your layout.tpl

Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...