Skip to content

Database

kaythinks edited this page Apr 6, 2020 · 2 revisions

The Database accepts over 13 drivers since it's PDO powered, You simply need to define the constants below and you are good to go.

const DB_HOST = "127.0.0.1"; const DB_USER = "root"; const DB_NAME = "kayphp"; const DB_PASSWORD = "mypassword"; const DB_DRIVER = "mysql";

Clone this wiki locally