[PHP] Best way to do this?

Soldato
Joined
25 Oct 2006
Posts
5,395
Hello

I'm not extremely experienced with PHP/MySQL but I know the syntax. I need to work out the best way to do this.

I have a database with a list of players for a game, the names they have used, IP addresses, unique IDs etc. I want to create an interface for the database. One main page with a list of all players on the server with the ability to sort the data. Also, individual player pages for each player. It will also need a search feature.

What would be the best way to do this? Hopefully using OOP too...
 
Hmm, well I don't want to go too far down the wrong road.

Would it be correct to use classes for database connection, pagination and sorting then procedural layout for the rest?
 
Back
Top Bottom