JSON Symfony2中的会话

时间:2015-05-21 17:06:29

标签: php json symfony

我有简单的行动

 [
   5 => [
      id => 5, 
      count => 8
   ],
   8 => [
      id => 8, 
      count => 32
   ]
]

我想将我的数据添加到json数组中,因为我认为这是一个很好的做法。请帮我转换json中的数组

P.S  我的阵列现在看起来

"order": [
 {
  "id": 34,
  "count": 1
 },
 {
  "id": 56,
  "count": "8
 }
]

我想要的是什么:

 <div ng-controller="TabsDemoCtrl">

 <keybinding on="t" invoke="hotkey()"></keybinding>
 <tabset>
  <tab ng-repeat="tab in tabs" heading="{{tab.title}}" active="tab.active">
   {{tab.content}}
  </tab>
 </tabset>
</div>

1 个答案:

答案 0 :(得分:1)

似乎是对我的直接改变

而不是

long long i=(long long)(1000000>f*f?1000000:f*f)

使用

$basket[$id] = array('id' => $id, 'count' => $request->query->get('count'));