- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
var cloths = {
<?php foreach ($clothList as $cloth): ?>
"<?=$cloth->id()?>": {
"id": <?=$cloth->id()?>,
"name": "<?=$cloth->name()?>",
"public_name": "<?=str_replace('"', '\"', $cloth->public_name())?>"
},
<?php endforeach; ?>
"dummy": {}
};
Lure Of Chaos 15.12.2015 22:04 # 0
guest 18.12.2015 15:52 # 0
kgm-rj 18.12.2015 15:55 # 0