Subversion Repositories SmartDukaan

Rev

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

Rev 13637 Rev 13946
Line 17... Line 17...
17
	public $apihost;
17
	public $apihost;
18
 
18
 
19
	public function beforeFilter() {
19
	public function beforeFilter() {
20
		parent::beforeFilter();
20
		parent::beforeFilter();
21
		$this->loadModel('Pythonapi');
21
		$this->loadModel('Pythonapi');
22
		Configure::load('live');
22
//		Configure::load('live');
23
		$this->apihost = Configure::read('pythonapihost');
23
		$this->apihost = Configure::read('pythonapihost');
24
	}
24
	}
25
/**
25
/**
26
 * index method
26
 * index method
27
 *
27
 *