params[ 'breadrumbs'][] = [ 'label' => 'Книги', 'url' => Url::to(['book/index']) ]; $this->params['breadcrumbs'][] = $model->title; /** * @var \artbox\core\forms\Module $module * @var \artbox\core\forms\Module $moduleAnswer */ $module = \Yii::$app->getModule('comments'); $module->inputOptions += ['entity_id' => [ 'type' => 'hiddenInput', 'options' => ['value' => $model->id], ]]; $module->inputOptions += ['entity' => [ 'type' => 'hiddenInput', 'options' => ['value' => \common\models\Book::class], ]]; $module->inputOptions += ['parent_id' => [ 'type' => 'hiddenInput', 'options' => ['value' => ''], ]]; $moduleAnswer = \Yii::$app->getModule('commentsChild'); $moduleAnswer->inputOptions += ['book_id' => [ 'type' => 'hiddenInput', 'options' => ['value' => $model->id], ]]; $moduleAnswer->inputOptions += ['parent_id' => [ 'type' => 'hiddenInput', 'options' => ['value' => ''], ]]; ?>
image !== null){?>
id.'/'.$model->image)->cropResize(262, 390)->renderImage()?>
title?>
author->name?> author->secondname?>
price == null){ ?>
sum; } ?>

грн. зібрано

підтримувачів

вартість 150 грн.

поділитися в соціальних мережах

preview?>

description != null){?>
Опис
description; ?>
коментарі
activeComments)){?>
activeComments as $comment){?>
name?>
comment?>
відповісти
activeComments as $child){?>
name?>
comment?>
renderForm($this)?>