2 answers
0 votes
Saving data in a model?
I am trying to create a function to update some user fields after they login from within my user model, you can see it below:
function login($id) {
$this-read(array('ip_address', 'user_agent', 'last_login'), $id);
$this-set('ip_address',...
<< previous next >>






