Hi I would like to increment an integer column in my db.
What I've tried is this:
$row = $this->findDependentRowset('ParamsUser')->current();
$row->pointer = 'pointer + 1';
$row->save();
Obviously it doesn't work, how could I do it?
Thanks!
Markus
PS I sent this question to fw-db but it didn't deliver.so forgive if it
should deliver later and be duplicate.
