params[ 'user' ] = $user; $this->title = $article->name; ?>

name ?>

view_count ?>

comments) ?>

description ?>
$this, 'model' => $article::className(), 'model_id' => $article->blog_id, 'comment_class' => \common\modules\comment\models\Comment::className(), 'rating_class' => \common\modules\comment\models\Rating::className(), 'class_options' => [ 'scenario' => is_int(\Yii::$app->user->getId()) ? \common\modules\comment\models\Comment::SCENARIO_USER : \common\modules\comment\models\Comment::SCENARIO_GUEST, 'user_id' => \Yii::$app->user->getId(), 'guestComment' => true, 'status' => \common\modules\comment\models\Comment::STATUS_ACTIVE, ], 'list_options' => [ 'view' => 'list-comment', ], 'form_options' => [ 'view' => 'form-comment', 'tag' => 'div', 'class' => 'artbox_comment_form', ], 'options' => [ 'class' => 'new-portf-comments-wr style', ], ]); ?>