Subversion Repositories SmartDukaan

Rev

Rev 13565 | Rev 13570 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13565 Rev 13567
Line 15... Line 15...
15
 * This controller does not use a model
15
 * This controller does not use a model
16
 *
16
 *
17
 * @var array
17
 * @var array
18
 */
18
 */
19
	public $uses = array('Api');
19
	public $uses = array('Api');
-
 
20
	public $helpers = array('Text');
20
 
21
 
21
	public $components = array('Paginator','RequestHandler');
22
	public $components = array('Paginator','RequestHandler');
22
/**
23
/**
23
 * Displays a view
24
 * Displays a view
24
 *
25
 *