a file arrays content into presenter o views
Do you want print array that you define in Presenter? Else I don't understand :-(
Presenter.php
public function renderDefault () { $this->template->myAnimals = array('dog', 'cat'); }
Template.latte
{foreach $myAnimals as $animal} {$animal} {/foreach}
Last edited by CZechBoY (2016-03-17 20:47)