Changeset 2229 for trunk/system/libraries/Controller.php
- Timestamp:
- 03/07/2008 02:19:56 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Controller.php
r2224 r2229 12 12 */ 13 13 abstract class Controller_Core { 14 15 // Allow all controllers to run in production by default 16 const ALLOW_PRODUCTION = TRUE; 14 17 15 18 /**
