Changeset 374 for trunk/app/app_controller.php
- Timestamp:
- 04/09/08 18:35:28 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r356 r374 8 8 class AppController extends Controller { 9 9 10 public $components = array('Auth', 'Cookie', 'Security' );10 public $components = array('Auth', 'Cookie', 'Security', 'Session'); 11 11 12 12 public $helpers = array('Html', 'Form', 'Session');
