View Single Post
  #8  
Old 02-21-2014, 02:02 PM
Vaporman87 Vaporman87 is offline
Member
 
Join Date: Feb 2014
Posts: 32
Gender: Male
Credits: 7,820
Vaporman87 is on a distinguished road
Default

How would I go about adding a function to get the new table?

EDIT: Actually scratch that... I just added the following...

Code:
public function getDescription2(){
	    return $this->description2;
}

and...


$stats->add(new Comment("<br>Backstory: ",FALSE));
        $stats->add(new Comment($this->getDescription2()));
And that did the trick!

Thanks again!

Last edited by Vaporman87; 02-21-2014 at 02:12 PM.
Reply With Quote