Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created March 21, 2013 13:02
Show Gist options
  • Select an option

  • Save eminetto/5212861 to your computer and use it in GitHub Desktop.

Select an option

Save eminetto/5212861 to your computer and use it in GitHub Desktop.
<?php foreach ($this->comments as $c): ?>
<?php echo $c['post_title'];?> - <?php echo $c['description'];?> - <?php echo $c['comment_date'];?> <br>
<?php endforeach;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment