Subversion Repositories SmartDukaan

Rev

Rev 16942 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16942 Rev 16944
Line 16... Line 16...
16
 * @var array
16
 * @var array
17
 */
17
 */
18
	public $components = array('Paginator', 'Flash', 'Session');
18
	public $components = array('Paginator', 'Flash', 'Session');
19
 
19
 
20
	public function beforeFilter() {
20
	public function beforeFilter() {
-
 
21
		parent::beforeFilter();
21
		$this->Auth->allow('nocode');
22
		$this->Auth->allow('nocode');
22
	}
23
	}
23
	
24
	
24
/**
25
/**
25
 * index method
26
 * index method