Blame view

src/Template/SousCategories/get_by_categorie.ctp 141 Bytes
758a84af   Alexandre   Version: 2.2.4.0
1
2
3
<?php foreach ($sousCategories as $key => $value): ?>
<option value="<?php echo $key; ?>"><?php echo $value; ?></option>
<?php endforeach; ?>