Taras Gudz
9b95a81b0c
Fixed the rest phpDocs [skip ci]
2013-11-12 03:13:37 +00:00
Alexander Makarov
2ce09559a2
fixes #1055
2013-10-24 14:50:51 +04:00
Alexander Makarov
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
yiidevelop
23dfd13e3a
Fix function argument
...
```php
normalizeItems($items, &$active)
```
Qiang use
```php
$items[$i]['items'] = $this->normalizeItems($item['items'], $route, $hasActiveChild);
```
So $hasActiveChild not assign value and parent item not set activated
Plz, review and approval
Thanks
2013-08-17 01:18:32 +07:00
Qiang Xue
07a04c526e
Fixed Menu active item check.
2013-08-12 14:11:46 -04:00
Ryadnov
2409624894
fix typos - Yii::app()
2013-08-08 21:15:46 +04:00
Alexander Kochetov
00dec2bfbb
\yii\widgets\Menu improvement
2013-05-31 19:02:04 +04:00
Qiang Xue
2c0a3ca6ba
Added missing doc.
2013-05-24 13:17:53 -04:00
Luciano Baraglia
767d99c30b
Fixing some outdated comments
2013-05-23 00:49:07 -03:00
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
2013-05-21 21:19:05 -04:00