<div dir="ltr"><div><div>Hi,<br><br></div><div>I'd like to set a non db column value eg;<br><br><pre class="">__PACKAGE__<span class="">-></span><span class="">mk_group_accessors</span><span class="">(</span><span class="">'simple'</span> <span class="">=></span> <span class="">qw</span><span class="">/filter_update/</span><span class="">);</span>
<span class="">$row</span><span class="">-></span><span class="">filter_update</span><span class="">(</span><span class="">1</span><span class="">);</span></pre><br></div>before I call $form->model->update($row)<br>
<br></div><div> so that when the $row->update() function is run it acts in a particular way.<br><br></div><div>Is this possible? $row->update() currently doesn't seem to notice that filter_update has been set, ie when the value is retrieved in the ->update() function it is undefined<br>
<br></div><div>Kind regards<br></div><div>Stephen<br></div></div>