public
Description: A Tiny PHP framework inspired by Sinatra
Homepage: http://autonomousmachine.com/2008/11/21/fitzgerald-a-sinatra-clone-in-php
Clone URL: git://github.com/jim/fitzgerald.git
name age message
file LICENSE Fri Nov 21 13:48:19 -0800 2008 Initial import [jim]
file README Mon Feb 02 19:29:58 -0800 2009 Fixing a link in the README [jim]
file app.php Thu Jun 25 12:07:28 -0700 2009 Fixed a bug where a before filter that returned... [jim]
file example.php Mon Mar 02 09:38:47 -0800 2009 Adds HTTP 404 & 500 headers. Signed-off-by: Ji... [sneeu]
directory lib/ Thu Jun 25 12:07:28 -0700 2009 Fixed a bug where a before filter that returned... [jim]
directory public/ Fri Nov 21 13:48:19 -0800 2008 Initial import [jim]
directory views/ Fri Nov 21 13:48:19 -0800 2008 Initial import [jim]
README
Fitzgerald is a tiny PHP framework that was inspired oh so heavily by the wondrous Sinatra of the Ruby world.

See example.php for a look at how to use Fitzgerald, and read the blog posts: 
    - http://autonomousmachine.com/2008/11/21/fitzgerald-a-sinatra-clone-in-php
    - http://autonomousmachine.com/2009/2/3/fitzgerald-update-before-filters-and-senddownload
Have fun!