Subversion Repositories SmartDukaan

Rev

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

Rev 14928 Rev 14969
Line 14... Line 14...
14
 * Components
14
 * Components
15
 *
15
 *
16
 * @var array
16
 * @var array
17
 */
17
 */
18
	public $components = array('Paginator');
18
	public $components = array('Paginator');
-
 
19
	public $helpers = array('Time');
19
	public $apihost;	
20
	public $apihost;	
20
	public $livepriceurl;
21
	public $livepriceurl;
21
 
22
 
22
	public function beforeFilter() {
23
	public function beforeFilter() {
23
		parent::beforeFilter();
24
		parent::beforeFilter();