Changeset 2314 for trunk/modules/forge/controllers
- Timestamp:
- 03/17/08 20:00:13 (6 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/controllers/forge_demo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/controllers/forge_demo.php
r2229 r2314 1 1 <?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 */ 3 13 class Forge_demo_Controller extends Controller { 4 14
