<?php foreach($this->data as $date=>$hours) { echo "$date<br>"; echo "<pre>"; print_r($hours); echo "</pre>"; } ?>