Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 416 Rev 423
Line 131... Line 131...
131
	        while ($row =& $res->fetchrow(DB_FETCHMODE_ASSOC)) {
131
	        while ($row =& $res->fetchrow(DB_FETCHMODE_ASSOC)) {
132
	        	$value[]=array($this->formaterNom($row),$row['en_id_nom'], $row['esn_ce_statut']);
132
	        	$value[]=array($this->formaterNom($row),$row['en_id_nom'], $row['esn_ce_statut']);
Line 133... Line 133...
133
    	    
133
    	    
Line 134... Line -...
134
	        }
-
 
135
	                
-
 
136
			
134
	        }
137
			$json = new Services_JSON();
135
	                
Line 138... Line 136...
138
			$output = $json->encode($value);
136
			$output = json_encode($value);