Skip to content

Instantly share code, notes, and snippets.

View MICBOS02's full-sized avatar

Michiel Bosmans MICBOS02

View GitHub Profile
<?php
// FRAMEWORK – Minimal interactive demo (single-file)
// Basic DB persistence for testing (artinext)
// Creates unique *_framework tables to preserve test data
if (php_sapi_name() !== 'cli') {
// Prefer ticket_system config if available
$dbHost = 'localhost';
$dbName = 'artinext';
$dbUser = 'root';