public
Description: A PHP microframework
Homepage: http://justinpoliey.com
Clone URL: git://github.com/jdp/sticks.git
sticks /
name age message
file .htaccess Tue Nov 11 12:13:23 -0800 2008 first commit [jdp]
file README Mon Jul 06 19:54:25 -0700 2009 Announced stagnation of the project, linked to ... [jdp]
directory classes/ Mon Dec 08 07:58:52 -0800 2008 convention over configuration. also added an __... [jdp]
directory scripts/ Mon Dec 08 07:58:52 -0800 2008 convention over configuration. also added an __... [jdp]
file sticks.php Mon Dec 08 16:02:54 -0800 2008 rudimentary configuration support [jdp]
directory templates/ Mon Dec 08 07:58:52 -0800 2008 convention over configuration. also added an __... [jdp]
README
Sticks Microframework
Copyright (c) 2008-2009 Justin Poliey <jdp34@njit.edu>

ABOUT

Sticks is a small PHP framework that allows a web developer to separate
application logic from presentation. It doesn't enforce any kind of
design pattern, aside from keeping the base names (filenames without the
extension) of templates and scripts the same.

THE FUTURE

Sticks has stagnated, and been superseded by my Tessera framework. The
new framework still holds to many of Sticks' ideals, but is implemented
in a more clean, simple, and modern way. The project is available at:

    http://github.com/jdp/tessera

LICENSE

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.