Subversion Repositories SmartDukaan

Rev

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

Rev 18856 Rev 19046
Line 1224... Line 1224...
1224
			}
1224
			}
1225
		}
1225
		}
1226
					
1226
					
1227
		$this->set(compact('loanHistory','usersMap','hasMore','totalCount','page'));
1227
		$this->set(compact('loanHistory','usersMap','hasMore','totalCount','page'));
1228
	}
1228
	}
-
 
1229
	
-
 
1230
	public function usernotification($user = null){
-
 
1231
		$this->layout = 'innerpages';
-
 
1232
		$noti = json_decode('[{"id" : 5 , "text" : "Intex Aqua Young @4301 " , "longText" : "Intex Aqua Young @4301 ","url" : "category/6","type" : "native", "seen":false , "expired": false},{"id" : 5 , "text" : "Apple iPhone 6 16GB @34556" , "longText" : "Apple iPhone 6 16GB @34556","url" : "abc.com","type" : "native","seen": true,"expired": false},{"id" : 5 , "text" : "Notification3" , "longText" : "Notification Long text 3","url" : "abc.com","type" : "native","seen": false,"expired": true}]',true);
-
 
1233
// 		debug($noti);
-
 
1234
		$this->set(compact('noti'));
-
 
1235
	}
1229
}
1236
}