title = '文件管理';
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
= Html::a('HOME', ['home/index']) ?>
$path]);
$path .= '/';
endforeach;
?>
user->id . '/' . $relativePath; ?>
- = Html::a($item, ['home/index', 'directory' => $relativePath]) ?>
- = Html::a($item, ['home/download', 'relativePath' => $relativePath]) ?>
(= Html::a('下载', ['home/download', 'relativePath' => $relativePath]) ?>)