可以說我有content_categories的陣列(content_categories = user.content_categories)Ruby on Rails的:用陣列(鍵,數組值),以哈希
我現在要添加屬於某categorie每個元素與該類別作爲重點和內容項ID作爲一組
在PHP中像這樣的元素content_categories是可能的:
foreach ($content_categories as $key => $category) {
$contentsByCategoryIDArray = Category.getContents($category[id])
$content_categories[$key][$contentsByCategoryIDArray]
}
是否有軌道一個簡單的方法來做到這一點?
映入眼簾,
尼科
這將有助於如果你提供一些樣本值,你想處理數組後看到的。 – 2010-12-01 04:53:16