Advertisement
Guest User

Untitled

a guest
May 18th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.     public function action_save()
  2.     {
  3.         $login = $this->request->post('username');
  4.         $username = $this->request->post('editusername');
  5.         $password = $this->request->post('password');
  6.         $email = $this->request->post('email');
  7.         $model = Model::factory('user')->checkifavaible($username, $email);
  8.         echo $istnieje;    
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement