json_decode
This commit is contained in:
parent
8f9a4ce91d
commit
6c9931bc5c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user