Hi Logician. Problem here
My PHP parse method versions of my webtemplates died

Basically my webtemplates work just fine except when I select the PHP parse method, then they don't. I have no idea why. I rely on this for everything.
Here is an example
Here is the phptest
http://www.makeuptalk.com/forums/view.php?pg=phptest
EDIT I found where it's causing me issues. I have this in the top part of the templates:
Code:
$usrObj=new users($userid);
$username=$usrObj->getUsername();
If I comment those out, it works. username doesn't seem to work now.
Can you help?