Changeset 425 for trunk/app/app_controller.php
- Timestamp:
- 04/24/08 14:44:46 (7 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r407 r425 12 12 class AppController extends Controller { 13 13 14 public $components = array('Auth', 'Cookie', 'Session', 'Security'); 14 public $components = array('Auth', 'Cookie', 'Session', 'Security'); // set Security component later 15 15 16 16 public $helpers = array('Html', 'Form', 'Session');
