如何在下面的树枝中使用多维数组我们共享输入字段

时间:2018-04-27 07:25:42

标签: twig

我如何在twig中使用这个带有PHP代码的HTML标记。

--name="product_option['option_row'][product_option_value]['option_value_row'][pod]['pod_row'][customer_group_ids][]" --

--<?php if (in_array($customer_group['customer_group_id'], $pod['customer_group_ids'])) { ?> checked="checked"<?php } ?> />--

1 个答案:

答案 0 :(得分:0)

使用in - 运算符:

select case when datediff(second, min(sdatetime), max(sdatetime)) = count(*) - 1
            then 'okay' else 'gaps exist' end as status
from mytable;

fiddle