e.g.
update test set content=compress('abc') where id=1
but with AR, how can I set attribute to do the same? Thanks.
e.g.
update test set content=compress('abc') where id=1
but with AR, how can I set attribute to do the same? Thanks.
Use CDbExpression.