Skip to content

Instantly share code, notes, and snippets.

@muskie9
Created October 10, 2016 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muskie9/c807aa643995b580d1cfd88c24301ed9 to your computer and use it in GitHub Desktop.
Save muskie9/c807aa643995b580d1cfd88c24301ed9 to your computer and use it in GitHub Desktop.
<?php
public function onBeforeWrite(){
parent::onBeforeWrite();
$this->FullName = $this->FirstName . " " . $this->LastName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment