Created = NOW; Db::Query(' INSERT into ProjectReminders ( ProjectId, Created, Type ) values( ?, ?, ? ) ', [$this->ProjectId, $this->Created, $this->Type]); } }