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
A basic question, how come Users model has no properties like username, password, email etc. This code was working till now but doesn't seem to work anymore. I don't understand. The code on line 124-126 has:
but there is no username, password, email in the model. How was it working? Am I missing something.
I have another related question, how come $this->request->getPost works in a model, this should work only in a controller, right. The request object is null when I execute the code now.
Thanks
Amal
The text was updated successfully, but these errors were encountered:
Hi,
A basic question, how come
Users
model has no properties likeusername, password, email
etc. This code was working till now but doesn't seem to work anymore. I don't understand. The code on line 124-126 has:but there is no
username, password, email
in the model. How was it working? Am I missing something.I have another related question, how come
$this->request->getPost
works in a model, this should work only in a controller, right. Therequest
object is null when I execute the code now.Thanks
Amal
The text was updated successfully, but these errors were encountered: