faraz Posted July 12, 2010 Report Share Posted July 12, 2010 Hi I try to lock aircraft in use or aircraft in bid . $lastbids = SchedulesData::getAllBids(); $aircraftroute = OperationsData::getAircraftByReg($route->registration); foreach($lastbids as $lastbid) { $aircraftbid = OperationsData::getAircraftByReg($lastbid->registration); if($route->registration != $lastbid->registration) { continue; } } (schedule_results) I want skip all flight with aircraft in use or already in bid . I need code for lock aircraft in use . Tnx Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted July 12, 2010 Report Share Posted July 12, 2010 This is a issue I have as well. It would be real nice if aircraft could be locked on bid. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 12, 2010 Administrators Report Share Posted July 12, 2010 I wish I had time! Quote Link to comment Share on other sites More sharing options...
Artjom Posted July 14, 2010 Report Share Posted July 14, 2010 any results? Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted July 15, 2010 Report Share Posted July 15, 2010 I wish I had time! I can only imagine the time that it would take Nabeel. Maybe in the future. I know how time goes. I took almost a month off of my VA again due to school. 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.