Seonnyn / IME_Backend

The Backend of the Isoemetric Game Engine will be in PHP (The Backend also will get an Administration Panel)
1 stars 0 forks source link

Database Settings - Installation #4

Open Seonnyn opened 11 years ago

Seonnyn commented 11 years ago

For the Database Settings there need to be a simple Form which asks after Host, Port, DB, User and Password. Afterwards this shall be trying to get a connection to the given Database with the given User and password. Otherwise create an error.

For this we need a databasehandler in the library and for the first version a mysql-lib which will handle all the mysql stuff.

Seonnyn commented 11 years ago

Other than on the ToDo List the First Version will just support MySQL, so there won't be a dropdown box already and no multiple libraries for the database (but I will include a database handler which will choose the right database even if new ones will be included later)