Changeset 2314 for trunk/modules/auth

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

Updated demo controllers with a full class header and comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/controllers/auth.php

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