hi Harro, i need to change thevalues offieldbefore save [or update] like IP address (and change it, if input not number) in my model. sample : class model_....... { static....$_prop... = ['id', 'network_id', 'ip_from', 'ip_to']; // if (!is_int(ip_form){$this->ip_from = ip2long($this->ip_from)} } thanks