Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 416 Rev 423
Line 80... Line 80...
80
        	}
80
        	}
81
	        while ($row =& $res->fetchrow(DB_FETCHMODE_ASSOC)) {
81
	        while ($row =& $res->fetchrow(DB_FETCHMODE_ASSOC)) {
82
	        	 $value[]=array($row['id']);
82
	        	 $value[]=array($row['id']);
83
    	    }
83
    	    }
Line 84... Line -...
84
		
-
 
85
			$json = new Services_JSON();
84
		
86
			$output = $json->encode($value);
85
			$output = json_encode($value);
Line 87... Line 86...
87
			print($output);
86
			print($output);