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