Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 892 Rev 1014
Line 80... Line 80...
80
					break;
80
					break;
81
				}
81
				}
82
			}
82
			}
83
		}
83
		}
Line 84... Line 84...
84
		
84
		
85
		$output = json_encode($value);
-
 
86
		header("content-type: application/json");
-
 
87
		print($output);
85
		$this->envoyerJson($value);			
88
		return true;
86
		return true;	
Line 89... Line 87...
89
	}
87
	}
Line 90... Line 88...
90
	
88