APP\MVC\DateTrackingModel::beforeCreate PHP Method

beforeCreate() public method

public beforeCreate ( )
    public function beforeCreate()
    {
        $this->createdAt = date('Y-m-d H:i:s');
        $this->updatedAt = $this->createdAt;
    }