russ / jacks-php

I am Jacks PHP framework.

This URL has Read+Write access

jacks-php / README
100644 30 lines (19 sloc) 1.016 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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).