1, <?php class Article { public function setUpdated() { // WILL be saved in the database $this->updated = new \DateTime("now"); } }.
確定! 回上一頁