Mam pewien problem, troszkę leniwy ale nie mogę znaleźć szybko rozwiązania, a może ktoś potem w Google odnajdzie ten temat. Jak krócej zapisać w Smarty taki warunek?
{if
$product->id|intval == 1478
OR $product->id|intval == 2063
OR $product->id|intval == 3608
OR $product->id|intval == 3511
OR $product->id|intval == 5644
OR $product->id|intval == 5655
OR $product->id|intval == 5656
OR $product->id|intval == 5665
OR $product->id|intval == 5678
} kod do egzekucji {/if}
Lub taki
{if
in_array(140,Product::getProductCategories($product->id|intval))
OR in_array(33,Product::getProductCategories($product->id|intval))
OR in_array(34,Product::getProductCategories($product->id|intval))
OR in_array(35,Product::getProductCategories($product->id|intval))
}
Jakiś kod tutaj
{/if}
Question
hakeryk2
Witam,
Mam pewien problem, troszkę leniwy ale nie mogę znaleźć szybko rozwiązania, a może ktoś potem w Google odnajdzie ten temat. Jak krócej zapisać w Smarty taki warunek?
Lub taki
Jak wyeliminować powtórzenia?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now