You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of overloading save and load and then calling the parent, create static methods called onSave($params = []) and onLoad($params = []) that are to be overloaded. this will allow the use of both static and object context without problems.
instead of overloading
saveandloadand then calling the parent, create static methods calledonSave($params = [])andonLoad($params = [])that are to be overloaded. this will allow the use of both static and object context without problems.