IrfanKhan Posted September 2, 2015 Report Share Posted September 2, 2015 Hi Guys anyone can please help me in setting up our Pilot list as ascending order? Regards Irfan Khan Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted September 2, 2015 Moderators Report Share Posted September 2, 2015 Add this anywhere on your local.config.php file: Config::Set('PILOT_ORDER_BY', 'p.joindate ASC'); Quote Link to comment Share on other sites More sharing options...
IrfanKhan Posted September 2, 2015 Author Report Share Posted September 2, 2015 Dear Servetas Thank you for your response. we wanted to sort by pilot id so we did this. Config::Set('PILOT_ORDER_BY', 'p.pilotid ASC'); Issue solved 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.