<div dir="ltr"><div><div>Hi,<br><br></div><div>I&#39;d like to set a non db column value eg;<br><br><pre class="">__PACKAGE__<span class="">-&gt;</span><span class="">mk_group_accessors</span><span class="">(</span><span class="">&#39;simple&#39;</span> <span class="">=&gt;</span> <span class="">qw</span><span class="">/filter_update/</span><span class="">);</span>

<span class="">$row</span><span class="">-&gt;</span><span class="">filter_update</span><span class="">(</span><span class="">1</span><span class="">);</span></pre><br></div>before I call $form-&gt;model-&gt;update($row)<br>
<br></div><div> so that when the $row-&gt;update() function is run it acts in a particular way.<br><br></div><div>Is this possible?  $row-&gt;update() currently doesn&#39;t seem to notice that filter_update has been set, ie when the value is retrieved in the -&gt;update() function it is undefined<br>
<br></div><div>Kind regards<br></div><div>Stephen<br></div></div>