S)
Size: a a a
S)
Д
<div class="col-md-12">
<div class="custom-control custom-switch">
<input type="checkbox" name="UserTemplatePDF[set_json][page-<?= $i?>']" value="<?= $write_template->json['page-'.$i]['visible']?>" class="custom-control-input" id="customSwitch-<?= $i?>">
<label class="custom-control-label" for="customSwitch-<?= $i?>">Откл/Вкл страницу</label>
</div>
</div>
Д
<div class="col-md-12">
<div class="custom-control custom-switch">
<input type="checkbox" name="UserTemplatePDF[set_json][page-<?= $i?>']" value="<?= $write_template->json['page-'.$i]['visible']?>" class="custom-control-input" id="customSwitch-<?= $i?>">
<label class="custom-control-label" for="customSwitch-<?= $i?>">Откл/Вкл страницу</label>
</div>
</div>
А
А
А
"page-5":["","","","","","","",""],А мне нужен квадратные скобки... а там где visible другие скобки.. Как исправить?
"page-6'":{"visible":"true"},
Д
"page-5":["","","","","","","",""],А мне нужен квадратные скобки... а там где visible другие скобки.. Как исправить?
"page-6'":{"visible":"true"},
А
А
A
A
A
->andWhere(['d.parameters->origin_payer_id' => 10])``->andWhere(['d.parameters->>"$.origin_payer_id"' => ])```
и
A
->andWhere(['d.parameters->origin_payer_id' => 10])``->andWhere(['d.parameters->>"$.origin_payer_id"' => ])```
и
A
->andWhere(['=', new Expression('d.parameters->>"$.origin_payer_id"'), 10 ]), фурычит.
S)
A
A
SK
SK
A