Adilol

ZetaUser

Oct 27th, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. //Am I on the right track?
  3. class user {
  4. public $username = 'user';
  5. public $password = 'password';
  6.  
  7. }
  8. ?>
  9.  
Advertisement
Add Comment
Please, Sign In to add comment