sigil88
12/12/2017 - 10:10 AM

php update array and save

foreach ($articles as $key => $article) :
				$articles[$key]->type = $this->getArticleTypeLabel($articles[$key]->type);
				$articles[$key]->category = $this->getArticleCategoryLabel($articles[$key]->category);
			endforeach;