Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 11752
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
$route = $this -> router -> fetch_module().'/';
3
$route = $this -> router -> fetch_module().'/';
4
$data = $response['response'];
4
$data = $response['response'];
-
 
5
if(isset($subView) && $subView == 'b'){
-
 
6
	$temp['product_details_b'] = $data['product_details'];
-
 
7
	$data = $temp;
-
 
8
}
5
if(isset($data) and !empty($data))
9
if(isset($data) and !empty($data))
6
{
10
{
7
foreach($data as $headkey=>$value)
11
foreach($data as $headkey=>$value)
8
{
12
{
9
	
13