Guest User

Untitled

a guest
May 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. function add() {
  3.     if (!empty($this->data)) {
  4.         if ($this->User->saveAll($this->data)) {
  5.             // User and Profile created successfully
  6.         } else {
  7.             // Error creating user
  8.         }
  9.     }
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment