我即将在 yii2 中集成 twitter bootstrap 主题。我在 bootstrapThemeAsset 和 bootstrapPluginAsset 中添加了 css 和 js 文件。尝试将导航栏转换为引导导航栏,如下所示。
<?= NavBar::begin(['class' => 'navbar-default navbar-static-side'])?>
<!--<nav class="navbar-default navbar-static-side" role="navigation">-->
th 抛出异常
PHP Recoverable Error – yii\base\ErrorException
Object of class yii\bootstrap\NavBar could not be converted to string
拿不到这个。。