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
Currently there are methods in the model, that are protected. However, it is possible to achieve the same effect using modelsManager, so there is no reason to keep them protected.
Currently there are methods in the model, that are protected. However, it is possible to achieve the same effect using modelsManager, so there is no reason to keep them protected.
Discussion on the forum:
http://forum.phalconphp.com/discussion/830/-bug-hasmany-doesn-t-exist-on-model
Methods:
hasOne
hasMany
hasManyToMany
belongsTo
addBehavior
and probably some others, which I don't remember
The text was updated successfully, but these errors were encountered: