tuupola / toad

Fork of Frog CMS - Radiant-inspired CMS written in PHP

This URL has Read+Write access

toad /
name age message
file .gitignore Tue Aug 05 01:38:06 -0700 2008 .htaccess to gitignore [bmaland]
file .htaccess.sample Tue Aug 05 01:38:06 -0700 2008 .htaccess to gitignore [bmaland]
file 404.php Thu May 22 02:08:04 -0700 2008 Import of frogcms revision 133 from svn [bmaland]
file CONTRIBUTORS Tue Jul 08 01:06:45 -0700 2008 Add changes from Frog CMS revision 133 to 152 [bmaland]
file LICENSE Thu May 22 02:08:04 -0700 2008 Import of frogcms revision 133 from svn [bmaland]
file README.textile Tue Mar 10 09:00:38 -0700 2009 Install now results as a working website. [tuupola]
file TODO Wed Jun 04 02:19:17 -0700 2008 Creator -> Author. Fixes bug that caused ->auth... [bmaland]
directory admin/ Sun Oct 18 08:56:11 -0700 2009 First 90% working version with new Record class. [tuupola]
directory frog/ Sun Oct 18 08:56:11 -0700 2009 First 90% working version with new Record class. [tuupola]
file index.php Fri Mar 13 07:51:35 -0700 2009 Support only PDO. [tuupola]
directory install/ Tue Mar 17 09:47:28 -0700 2009 Remove Record::deleteWhere() [tuupola]
directory public/ Tue Jul 08 01:06:45 -0700 2008 Add changes from Frog CMS revision 133 to 152 [bmaland]
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()