Question

I have the model that needed to modify serialized data to array after the form loaded. What is the best way I can use for it? I tried to use _afterLoad() method, but it worked only for collections.

Was it helpful?

Solution

Done. Collections load every time when I'm trying to get an item from DB. So the _afterLoad method in collection best way to modify model data.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top