Database
in package
Class Database
Provides utility functions for initializing the database with test data.
Table of Contents
Methods
- initializer() : void
- Initializes the database with predefined test data.
Methods
initializer()
Initializes the database with predefined test data.
public
static initializer(PDO $connection) : void
Parameters
- $connection : PDO
-
The PDO connection to the database.