Notice: Indirect modification of overloaded property Application_View_Layout::$tracks has no effect in C:\xampp\htdocs\Application\Template\Layout\Index.php on line 250
is generated during this simple iteration,
Code: Select all
<h3>Latest Music </h3>
<?php foreach ($this->tracks as $track) { ?>
<div class="right_articles">
<p><strong><?php echo $track['title']; ?></strong><br />
<?php echo $track['artists']; ?> <br />
<a href="#">Listen</a> | <a href="#">Download</a>
</p>
</div>
<?php } ?>PHP Version 5.2.0