Files
yii2/framework
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
..
2013-08-17 01:18:32 +07:00

Yii 2.0 Public Preview

Thank you for choosing Yii - a high-performance component-based PHP framework.

If you are looking for a production-ready PHP framework, please use Yii v1.1.

Yii 2.0 is still under heavy development. We may make significant changes without prior notices. Yii 2.0 is not ready for production use yet.

Build Status

REQUIREMENTS

The minimum requirement by Yii is that your Web server supports PHP 5.3.?.