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
The getAll method in models processes the entire result set, creating an array of resources. It would be better if the method returned a collection which, when iterated on, created resources and returned them as they are requested.
The
getAllmethod in models processes the entire result set, creating an array of resources. It would be better if the method returned a collection which, when iterated on, created resources and returned them as they are requested.