Jump to content

Display Alphabetically


mark1million

Recommended Posts

  • Moderators

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');

	}
}
?>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...