Subversion Repositories SmartDukaan

Rev

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

Rev 16601 Rev 16717
Line 29... Line 29...
29
		}
29
		}
30
		$slug = $this->params['slug1'];
30
		$slug = $this->params['slug1'];
31
		$type = $this->params['slug2'];
31
		$type = $this->params['slug2'];
32
		$me = $slug-1984;
32
		$me = $slug-1984;
33
		$appOffers = array();
33
		$appOffers = array();
34
		$url = "http://104.200.25.40:8057/appOffers/1";
34
		$url = $this->apihost."/appOffers/1";
35
		$appOffers = $this->make_request($url,null);
35
		$appOffers = $this->make_request($url,null);
36
		$this->set(compact('appOffers','me','slug','type','page'));
36
		$this->set(compact('appOffers','me','slug','type','page'));
37
		// $this->set('appOffers', $this->Paginator->paginate());
37
		// $this->set('appOffers', $this->Paginator->paginate());
38
	}
38
	}
39
 
39