TAV1702 Posted March 31, 2011 Report Share Posted March 31, 2011 Does anyone know if there is a useable public function to get the rate of pay for a flight and show it on the Briefing page? I have searched and came up blank. I am pretty sure that if there is, I can get it to show on the page. Thanks in advance either way. Ray Quote Link to comment Share on other sites More sharing options...
Nuclear Posted April 1, 2011 Report Share Posted April 1, 2011 You can use: SchedulesData::findFlight(string $flightnum) For example: $flight=SchedulesData::findFlight($flightnum); echo $flight->price; Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted April 1, 2011 Author Report Share Posted April 1, 2011 Imagine that. I never thought of looking there. I looked everywhere but. Thanks for pointing that out. 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.