<?phpforeach($commentsas$comment):?><divclass="comment"id="c<?phpecho$comment->id;?>"><?phpechoCHtml::link("#{$comment->id}",$comment->getUrl($post),array('class'=>'cid','title'=>'Permalink to this comment',));?><divclass="author"><?phpecho$comment->authorLink;?> says:</div><divclass="time"><?phpechodate('F j, Y \a\t h:i a',$comment->create_time);?></div><divclass="content"><?phpechonl2br(CHtml::encode($comment->content));?></div></div><!-- comment --><?phpendforeach;?>