1
How do I update a sql row using XoopsPersistableObjectHandler?
ex:
le="color: #000000"><?php $this->update($obj);
somewhere in the code it says
le="color: #000000"><?php $this->insert($obj);
should insert or update the object, but i don't understand the update part.