json_decode

This commit is contained in:
Michael RICOIS 2012-01-06 14:49:08 +00:00
parent 8f9a4ce91d
commit 6c9931bc5c

View File

@ -10,7 +10,7 @@
<h2>Critères</h2>
<pre>
<?=print_r((array)json_decode($this->criteres['criteres']))?>
<?=print_r(json_decode($this->criteres['criteres'], true))?>
</pre>
<h2>Comptages</h2>