This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
emergencysite/lib/db_pdo_mysql.php

6 lines
186 B
PHP
Executable File

<?php
die("Database not implemented until 0.4.");
//SELECT * FROM table WHERE key >= FLOOR(RAND()*MAX(id)) LIMIT 1
class Database implements ReadableDatabase, WritableDatabase {
}