Difference between #5 and #6 of
Yii v2 snippet guide III

Revision #6 has been created by rackycz on Jan 21, 2021, 2:30:04 PM with the memo:

Translations
« previous (#5) next (#7) »

Changes

Title unchanged

Yii v2 snippet guide III

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

Content changed

[...]
```php
echo Nav::widget([
'options' => ['class' => 'navbar-nav navbar-right'],
'items' => [
['label' => 'Language',
 'encode'=>false, 'items' => [
['label' => 'German' , 'url' => \yii\helpers\Url::current(['sys_lang' => 'de']) ],
['label' => 'English', 'url' => \yii\helpers\Url::current(['sys_lang' => 'en']) ],
],
]
```
[...]
8 0
4 followers
Viewed: 167 585 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Jan 21, 2021
Last updated: 10 months ago
Update Article

Revisions

View all history