Suppose I have a php file along these lines:
Is there anything sp
Try to create a new class that call $foo and set a variable like
class SomeClass { public function tada(){ $foo = new Class; $foo = $foo->getFoo; } }