View Single Post
  #1  
Old 11-06-2016, 11:06 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 151,700
Abronsyth is on a distinguished road
Default Display different stats on Stats page

The title essentially says it all.

I would like to display an adoptable's "trophies" under the stats page. Trophies are stored in the owned_adoptables table as "trophies".

Right now in class_ownedadoptables.php all I have is this, but it is not calling the trophies;
PHP Code:
public function getTrophies(){
        return 
$this->trophies;

So I am not really sure what to do ^^; If anyone has any insight I'd greatly appreciate it!
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote