public
Description: I am Jacks PHP framework.
Homepage: http://jacks.bashme.org
Clone URL: git://github.com/russ/jacks-php.git
Search Repo:
name age message
folder INSTALL Sat Feb 23 10:16:05 -0800 2008 Preping for github commit. [russ]
folder LICENSE Sat Feb 23 10:43:09 -0800 2008 Some more polish. [russ]
folder README Sat Feb 23 10:43:09 -0800 2008 Some more polish. [russ]
folder app/ Sat Feb 23 10:43:09 -0800 2008 Some more polish. [russ]
folder config/ Sat Feb 23 10:16:05 -0800 2008 Preping for github commit. [russ]
folder db/ Sat Feb 23 10:43:09 -0800 2008 Some more polish. [russ]
folder log/ Sat Feb 23 10:43:09 -0800 2008 Some more polish. [russ]
folder public/ Sat Feb 23 10:16:05 -0800 2008 Preping for github commit. [russ]
folder vendor/ Sat Feb 23 10:16:05 -0800 2008 Preping for github commit. [russ]
README
I am Jack's PHP framework.

Jack's PHP came out of a project for a client that needs a slightly complex website
that required PHP4 to run. Looking for a small framwork that stayed out of the way
was fruitless. So Jack's PHP came together over the course of a couple of days. It's
been receiving some care since then.

Features:
* Works on PHP4 (if that really is a feature).
* Small footprint, under 2K lines of code.
* Stays out of your way.

See http://jacks.bashme.org for more information.

===================================================================================

Notes:

There is a test folder in the root directory of the application. Jack's PHP doesn't
provide any testing tools at the moment (probably won't ever). Use something like
PHPUnit or SimpleTest if you want to attempt unit testing with PHP.

===================================================================================

Credits:

Russ Smith, Stephan Walton

Some code borrowed from the Creovel project (http://www.creovel.org).