Subversion Repositories SmartDukaan

Rev

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

Rev 15530 Rev 20126
Line 12... Line 12...
12
 * Components
12
 * Components
13
 *
13
 *
14
 * @var array
14
 * @var array
15
 */
15
 */
16
	public $components = array('Paginator');
16
	public $components = array('Paginator');
-
 
17
	
-
 
18
	public function beforeFilter() {
-
 
19
		parent::beforeFilter();
-
 
20
		$this->Auth->allow();
-
 
21
	}
17
 
22
 
18
	public function index() {	
23
	public function index() {	
19
		$this->layout = 'ajax';
24
		$this->layout = 'ajax';
20
		$t = $this->request->query('t');
25
		$t = $this->request->query('t');
21
		$imeinumber = $this->request->query('imeinumber');
26
		$imeinumber = $this->request->query('imeinumber');