radiosilence / core
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
core /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Nov 13 06:15:08 -0800 2009 | |
| |
README.md | Thu Dec 17 21:56:00 -0800 2009 | |
| |
controller.php | Tue Nov 17 08:47:41 -0800 2009 | |
| |
db/ | Wed Nov 11 09:02:36 -0800 2009 | |
| |
markdown/ | Wed Nov 11 09:02:36 -0800 2009 | |
| |
model.php | Wed Dec 23 08:26:37 -0800 2009 | |
| |
model/ | Wed Dec 23 08:26:37 -0800 2009 | |
| |
registry.php | Sat Nov 14 08:25:09 -0800 2009 | |
| |
router.php | Mon Nov 16 14:50:46 -0800 2009 | |
| |
sample/ | Mon Nov 16 16:11:12 -0800 2009 | |
| |
seo/ | Fri Nov 13 14:10:45 -0800 2009 | |
| |
session.php | Fri Dec 25 11:03:16 -0800 2009 | |
| |
view.php | Mon Nov 16 16:11:12 -0800 2009 |
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.
