Hi,
Sorry for the noob question.
I have the following code which works fine:
$obj = new view;
echo $obj->connect();
echo $obj->content_two();
Basically what I need to do is get a variable called $variable from inside the function content_two(), How would I call $variable from content_two() ?
Thanks in advance.