init()); } function save() { if ($this->created_at === null) { $this->created_at = date("Y-m-d H:i:s"); } parent::save(); } }