- 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": {}
};
Комментарии (3) RSS
Добавить комментарий