Skip to content

Instantly share code, notes, and snippets.

@hellvesper
Created July 14, 2015 09:09
Show Gist options
  • Save hellvesper/996c369f351e53130b94 to your computer and use it in GitHub Desktop.
Save hellvesper/996c369f351e53130b94 to your computer and use it in GitHub Desktop.
[
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