Taran Posted December 2, 2013 Report Share Posted December 2, 2013 Does anyone know the code to get stats based upon airlines in the system rather than HUBs? Quote Link to comment Share on other sites More sharing options...
MaciejO Posted December 2, 2013 Report Share Posted December 2, 2013 You can use some of the functions in StatsData.class.php to display stats based upon the variable named airline_code. http://forum.phpvms.net/topic/4592-airlines-stats/ If you want to show only specific Stats for An Airline, then here's an example how it's done.... <?php echo StatsData::TotalSchedules (WS); ?> You add your Airline Code inside the Brackets. Mac... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.