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_sqlite.php

5 lines
119 B
PHP
Raw Normal View History

2013-06-06 04:49:14 +00:00
<?php
die("Database not implemented until 0.2.");
class database implements ReadableDatabase, WritableDatabase {
}