forecast.php 233 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php foreach($spots as $one_spot):?> <div> <div class="name"><?=$one_spot->name?></div> <?=$this->render('@app/views/spots/_forecast', [ 'model'=>$one_spot ]);?> </div> <?php endforeach;?>