Advertisement
Guest User

Untitled

a guest
Nov 14th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. class Test {
  2.     public $example;
  3. }
  4. $test = new Test();
  5. $test->example = "heyo"
  6. echo $test->example;  //"heyo"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement