I'm sure this will be a relatively simple one. I have a LINQ query that I want to order by the most rece
I have two tables, movies and categories, and I want to get an ordered list by categoryID first and then by Na
I have a very small script to get all records from a database table, the code is below. $query = $this->db-