== $brands = Db::select('select * from custom_brands'); $this['brands'] = $brands; } ?> == {% for brand in brands %} {% endfor %}
Code Description Edit
Code Description
{{ brand.code }} {{ brand.description }}