Created
July 14, 2015 09:09
-
-
Save hellvesper/996c369f351e53130b94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
0 => frontend\models\Filter#1 | |
( | |
[yii\db\BaseActiveRecord:_attributes] => [ | |
'id' => 9 | |
'controller' => 'site' | |
'action' => 'index' | |
'param' => 'SortDirection' | |
'data' => [ | |
0 => [ | |
'caption' => 'New Firest' | |
'attribute' => 'SORT_DESC' | |
] | |
1 => [ | |
'caption' => 'Old First' | |
'attribute' => 'SORT_ASC' | |
] | |
] | |
] | |
[yii\db\BaseActiveRecord:_oldAttributes] => [ | |
'id' => 9 | |
'controller' => 'site' | |
'action' => 'index' | |
'param' => 'SortDirection' | |
'data' => 'a:2:{i:0;a:2:{s:7:\"caption\";s:10:\"New Firest\";s:9:\"attribute\";s:9:\"SORT_DESC\";}i:1;a:2:{s:7:\"caption\";s:9:\"Old First\";s:9:\"attribute\";s:8:\"SORT_ASC\";}}' | |
] | |
[yii\db\BaseActiveRecord:_related] => [] | |
[yii\base\Model:_errors] => null | |
[yii\base\Model:_validators] => null | |
[yii\base\Model:_scenario] => 'default' | |
[yii\base\Component:_events] => [] | |
[yii\base\Component:_behaviors] => [] | |
) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment