Skip to content

Instantly share code, notes, and snippets.

View maxbin123's full-sized avatar
🎯
Focusing

Max maxbin123

🎯
Focusing
View GitHub Profile
<?php
namespace FpDbTest;
use Exception;
use mysqli;
class Database implements DatabaseInterface
{
private const string SKIP_VALUE = '__SKIP__';