View Single Post
  #15  
Old 01-07-2009, 03:02 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by darkslayer2004 View Post
Yup i noticed today, i didnt knew what it was so i looked it up.

Pagination, Joining, Queries and lesser sucking will be taken care off as much as possible
1. I realized that you more or less got rid of "View All", so the pagination is already taken care of by alphabet.

2. Make sure the ids are the primary key of the table.

3. If you REALLY wanted to, you could have another column which you would set to the first letter of the weapon title and index it for way way faster lookups by letter, but it's not really necessary with your amount of data, and introduces a little hassle if you want to update the title.
Reply With Quote