tuupola / toad
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
toad /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Aug 05 01:38:06 -0700 2008 | |
| |
.htaccess.sample | Tue Aug 05 01:38:06 -0700 2008 | |
| |
404.php | Thu May 22 02:08:04 -0700 2008 | |
| |
CONTRIBUTORS | Tue Jul 08 01:06:45 -0700 2008 | |
| |
LICENSE | Thu May 22 02:08:04 -0700 2008 | |
| |
README.textile | Tue Mar 10 09:00:38 -0700 2009 | |
| |
TODO | Wed Jun 04 02:19:17 -0700 2008 | |
| |
admin/ | Sun Oct 18 08:56:11 -0700 2009 | |
| |
frog/ | Sun Oct 18 08:56:11 -0700 2009 | |
| |
index.php | Fri Mar 13 07:51:35 -0700 2009 | |
| |
install/ | Tue Mar 17 09:47:28 -0700 2009 | |
| |
public/ | Tue Jul 08 01:06:45 -0700 2008 |
README.textile
Simple CMS written in PHP5 (fork of Frog CMS).
Goals:
- Clean up codebase.
- Move from Prototype to jQuery.
- Rewrite the behavior system from scratch.
Changed from original:
- More Active Record like Record class in Framework.php
- Removed lot of redundant hand written SQL.
- Less error prone coding standards.
API differences in template
- Instead of $page→author() you should call $page→author()→name()
- All properties should be accessed via accessor method. For example $page→url()
