Skip to content

Instantly share code, notes, and snippets.

@taylorlapeyre
Created December 20, 2012 05:00
Show Gist options
  • Save taylorlapeyre/4343077 to your computer and use it in GitHub Desktop.
Save taylorlapeyre/4343077 to your computer and use it in GitHub Desktop.
In _view.php
<h4>Images</h4>
<ul>
<?php foreach($data->images as $image) { ?>
<li><img src="<?php echo CHtml::encode($image->url); ?>" alt="<?php echo CHtml::encode($image->description); ?>" /></li>
<?php } ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment