Code: Select all
var_dump($main);
echo $main->finalText;
echo "test";That is the code I have. THe webpage is: http://www.disc-covers.com/?cmd=MembersList
As you will notice the vardump dumps the class and the variable finalText is there and should echo, but when I try to echo it I get nothing. IF you will also notice I can echo after it fine just can't echo anything in the class... I have echoed every variable in the class and have got nothing. Any help would be appreciated..