$this->where('activated', 0); $func = $this->func('UNIX_TIMESTAMP', array('@created')); $this->where($func . ' <' . $max_time);