IrfanKhan Posted September 2, 2015 Report Posted September 2, 2015 Hi Guys anyone can please help me in setting up our Pilot list as ascending order? Regards Irfan Khan Quote
Moderators servetas Posted September 2, 2015 Moderators Report Posted September 2, 2015 Add this anywhere on your local.config.php file: Config::Set('PILOT_ORDER_BY', 'p.joindate ASC'); Quote
IrfanKhan Posted September 2, 2015 Author Report 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
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.