Show
Ignore:
Timestamp:
03/17/2008 08:00:13 PM (10 months ago)
Author:
Shadowhand
Message:

Updated demo controllers with a full class header and comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/controllers/welcome.php

    r2252 r2314  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22/** 
    3  * @package Core 
     3 * Default Kohana controller. This controller should NOT be used in production. 
     4 * It is for demonstration purposes only! 
    45 * 
    5  * Default Kohana controller. 
     6 * @package    Core 
     7 * @author     Kohana Team 
     8 * @copyright  (c) 2007-2008 Kohana Team 
     9 * @license    http://kohanaphp.com/license.html 
    610 */ 
    711class Welcome_Controller extends Controller {