Subversion Repositories SmartDukaan

Rev

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

Rev 16593 Rev 16614
Line 18... Line 18...
18
/**
18
/**
19
 * index method
19
 * index method
20
 *
20
 *
21
 * @return void
21
 * @return void
22
 */
22
 */
23
	public function index() {
23
	public function index() {		
24
		$this->AppOffer->recursive = 0;
24
		$this->AppOffer->recursive = 0;
25
		$this->set('appOffers', $this->Paginator->paginate());
25
		$this->set('appOffers', $this->Paginator->paginate());		
26
	}
26
	}
27
 
27
 
28
/**
28
/**
29
 * view method
29
 * view method
30
 *
30
 *