Questions tagged with pluginmodels

2 answers

0 votes

Asked by darrenl, on 6/9/10 in Models

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 >>