Moderators mark1million Posted April 9, 2011 Moderators Report Share Posted April 9, 2011 HI, How can i add the order by name asc, I cant find the sql query for this, can someone point me in the right direction Cheers. <?php /** * Award Table v1.0b * By Dimitris 4463 * greeceairwaysva.com/fss * Dimitris4463 on phpVMS forums */ class Awards extends CodonModule { public function index() { $this->set('awards', AwardsData::GetAllAwards()); $this->render('awards_allawards.tpl'); } } ?> Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 9, 2011 Author Moderators Report Share Posted April 9, 2011 Don't matter, im getting stupid in my old age lol..... Found it where the rest are 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.