5 Commits

Author SHA1 Message Date
ad988267e4 Update phpDoc 2013-05-15 10:15:57 +03:00
d474133cd4 Make multisort compatible with Sort
Test code
```php
$orders = $this->getSort()->getOrders();
ArrayHelper::multisort($data, array_keys($orders), array_values($orders));
```
2013-05-15 10:12:15 +03:00
5575f53657 CS fixes. 2013-05-11 15:38:07 +06:00
18f23ff143 Merge branch 'master' of git://github.com/yiisoft/yii2 into 196-add-popvalue-method
* 'master' of git://github.com/yiisoft/yii2:
  Updated framework paths in composer.json
  Moved "framework" to "iii".
  Fixed Yii::importNamespaces() bug.
  Fixes issue #174: make URL parameters available in $_GET.
  refactoring.
  Removed static variable from autoload per qiangxue's suggestion
  Renamed yii.php -> Yii.php for class, filename consitency
  created StringHelper::basename()
  Fixed YiiBaseTest echo
  Check if trait was loaded
2013-05-09 18:26:16 +02:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00