8 Commits

Author SHA1 Message Date
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
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
07a04c526e Fixed Menu active item check. 2013-08-12 14:11:46 -04:00
2409624894 fix typos - Yii::app() 2013-08-08 21:15:46 +04:00
00dec2bfbb \yii\widgets\Menu improvement 2013-05-31 19:02:04 +04:00
2c0a3ca6ba Added missing doc. 2013-05-24 13:17:53 -04:00
767d99c30b Fixing some outdated comments 2013-05-23 00:49:07 -03:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00