Advertisement
Guest User

Untitled

a guest
May 8th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public function onBeforeWrite()
  2. {
  3. parent::onBeforeWrite();
  4. if ($this->Profile()->exists()) {
  5. $profile = new Profile();
  6. $profile->User = $this;
  7. $profile->write();
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement