title = $model->book->book_name . ':新增章节'; $this->params['breadcrumbs'][] = ['label' => '书', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> beginContent(__DIR__ . '/_layout.php', ['model' => $model]) ?> render('_form_chapter', ['model' => $model]) ?> endContent() ?>