Skip to content

Instantly share code, notes, and snippets.

View jtarleton's full-sized avatar

James Tarleton jtarleton

View GitHub Profile
@jtarleton
jtarleton / TinyMVC.php
Created December 1, 2012 22:36
An object-oriented dynamic web app in 150 lines
<?php
/* Tiny MVC, v.1.0.
Author: James Tarleton
System Requirements:
* PHP 5+
* Web server (Optional)
* PDO_MYSQL driver for PHP (Optional)