radiosilence / core

Core classes/framework

This URL has Read+Write access

core /
name age message
file .gitignore Fri Nov 13 06:15:08 -0800 2009 removed redudant stuff from .gitignore [unknown]
file README.md Thu Dec 17 21:56:00 -0800 2009 added notice about model changes [radiosilence]
file controller.php Tue Nov 17 08:47:41 -0800 2009 boredom formatting [radiosilence]
directory db/ Wed Nov 11 09:02:36 -0800 2009 initcommit [unknown]
directory markdown/ Wed Nov 11 09:02:36 -0800 2009 initcommit [unknown]
file model.php Wed Dec 23 08:26:37 -0800 2009 Some cleanups. [radiosilence]
directory model/ Wed Dec 23 08:26:37 -0800 2009 Some cleanups. [radiosilence]
file registry.php Sat Nov 14 08:25:09 -0800 2009 Made registry actually useful as a static class. [radiosilence]
file router.php Mon Nov 16 14:50:46 -0800 2009 getting rid of need for instantiated registry [radiosilence]
directory sample/ Mon Nov 16 16:11:12 -0800 2009 fixes [radiosilence]
directory seo/ Fri Nov 13 14:10:45 -0800 2009 more changes [radiosilence]
file session.php Fri Dec 25 11:03:16 -0800 2009 changed some single quotes to double quotes, fo... [radiosilence]
file view.php Mon Nov 16 16:11:12 -0800 2009 fixes [radiosilence]
README.md

core

My core modules that I work with things using.

Includes hacked versions of smartypants and markdown that conform to the class naming specs of my codebase. May not be up to date.

Important Changes

Because things aren't super mature yet...

  • Added underscores to all of model's public variables. This is to avoid confusion with database fields (these rarely start with an underscore).

To-dos

  • Re-vamp the model system so that it abstracts the schema further, models can extend each other, etc. Idea of having "table" is kind of stupid.