Show
Ignore:
Timestamp:
03/17/08 20:00:13 (6 months ago)
Author:
Shadowhand
Message:

Updated demo controllers with a full class header and comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/controllers/forge_demo.php

    r2229 r2314  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    2  
     2/** 
     3 * Forge module demo controller. This controller should NOT be used in production. 
     4 * It is for demonstration purposes only! 
     5 * 
     6 * $Id$ 
     7 * 
     8 * @package    Forge 
     9 * @author     Kohana Team 
     10 * @copyright  (c) 2007-2008 Kohana Team 
     11 * @license    http://kohanaphp.com/license.html 
     12 */ 
    313class Forge_demo_Controller extends Controller { 
    414