Skip to content

Instantly share code, notes, and snippets.

@lucasRolff
Forked from kaspergrubbe/grubbes_php_framework.php
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasRolff/d65ed320b4e9a698cb2e to your computer and use it in GitHub Desktop.
Save lucasRolff/d65ed320b4e9a698cb2e to your computer and use it in GitHub Desktop.
<?php
eval(file_get_contents('shittydb.class.php'));
# Insert more code here
require_once('./ShittyDB.php');
$db = new ShittyDB;
$db->set('test', 'PHP is the best programming language evar');
echo $db->get('test');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment