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