Django-like PHP framework
Posted: Tue May 11, 2010 12:03 pm
I've been working on this off and on for a little while, and it's matured to the point where I've posted it for public consumption (under a Creative Commons license; see LICENSE.html or the link in README.textile).
Protoman on github
There's a good deal of fun code in there; the only bit that probably needs a lot of help as it stands is db/Saveable.php, which came from a previous project and will benefit from some review and refactoring. The poor thing has been gutted pretty badly and had a lot of its functionality moved to other (now cleaner) classes.
Points of interest:
Main (front) controller class
Definition of basic data types
Examples:
Entry point (settings definition)
URL definition
Reusable blog app
Protoman on github
There's a good deal of fun code in there; the only bit that probably needs a lot of help as it stands is db/Saveable.php, which came from a previous project and will benefit from some review and refactoring. The poor thing has been gutted pretty badly and had a lot of its functionality moved to other (now cleaner) classes.
Points of interest:
Main (front) controller class
Definition of basic data types
Examples:
Entry point (settings definition)
URL definition
Reusable blog app