Advertisement
dragonbe

Simple class

Feb 22nd, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2. class User
  3. {
  4.    public $name;
  5.    public $birthday;
  6.    public $email;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement