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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
scroll top