Subversion Repositories SmartDukaan

Rev

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

Rev 13591 Rev 13593
Line 13... Line 13...
13
 *
13
 *
14
 * @var array
14
 * @var array
15
 */
15
 */
16
	public $components = array('Paginator');
16
	public $components = array('Paginator');
17
 
17
 
-
 
18
	public function index() {	
-
 
19
		$this->layout = 'ajax';
-
 
20
		$settings = $this->Mobileappsetting->find('all');
-
 
21
		$result = array('settings' => $settings);
-
 
22
		$this->set(array(
-
 
23
		    'result' => $result,
-
 
24
		    '_serialize' => array('result')
-
 
25
		));
-
 
26
		$this->render('/Elements/json');
-
 
27
	}
18
/**
28
/**
19
 * admin_index method
29
 * admin_index method
20
 *
30
 *
21
 * @return void
31
 * @return void
22
 */
32
 */