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
Our goal is to get rid off resource Model inheritance drawbacks when extending an model
For example a major issue is get method implementation which relies on current model's getFields, getFilterable etc methods, modifications made for this method at the extended class are not effecting the behaviour of get, leading in errors or unnecessary rewrite of get method at the extended method.
Furthermore we have to improve and simplify the definitions of models.
classInternalModel
{
function get
function getById
}
Our goal is to get rid off resource Model inheritance drawbacks when extending an model
For example a major issue is
get
method implementation which relies on current model'sgetFields
,getFilterable
etc methods, modifications made for this method at the extended class are not effecting the behaviour ofget
, leading in errors or unnecessary rewrite of get method at the extended method.Furthermore we have to improve and simplify the definitions of models.
in a controller
TODO
address definition of getaddress how to extend resource modelsNOTES
The text was updated successfully, but these errors were encountered: