芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/yii/demos/blog/protected/views/post/view.php
breadcrumbs=array( $model->title, ); $this->pageTitle=$model->title; ?> renderPartial('_view', array( 'data'=>$model, )); ?>
commentCount>=1): ?>
commentCount>1 ? $model->commentCount . ' comments' : 'One comment'; ?>
renderPartial('_comments',array( 'post'=>$model, 'comments'=>$model->comments, )); ?>
Leave a Comment
user->hasFlash('commentSubmitted')): ?>
user->getFlash('commentSubmitted'); ?>
renderPartial('/comment/_form',array( 'model'=>$comment, )); ?>