create_time = time(); /** * text类型不能填充默认值 */ if (empty($this->content)) { $this->content = ''; } } public function beforeUpdate() { $this->update_time = time(); } }