yii - Redirect to Home Page using Nav Bar -


i want add 1 button in nav bar redirect index.php. please me complete task.i want redirect below url

http://localhost/backup/web/index.php

i trying below code,

     echo nav::widget([       'options' => ['class' => 'navbar-nav navbar-right'],   'encodelabels' => false,       'items' => [   ['label' => 'contactus', 'url' => ['index.php']],     ],   ]); 

try this

 'url'=> yii::$app->homeurl 

Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -