Show
Ignore:
Timestamp:
04/24/08 14:44:46 (7 months ago)
Author:
aarkerio
Message:

Tests and answers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r407 r425  
    1212class AppController extends Controller { 
    1313  
    14  public $components = array('Auth', 'Cookie', 'Session', 'Security'); 
     14 public $components = array('Auth', 'Cookie', 'Session', 'Security'); // set Security component later 
    1515  
    1616 public $helpers    = array('Html', 'Form', 'Session');