Thread: My Adopts Page
View Single Post
  #4  
Old 12-20-2014, 06:26 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,600
IntoRain is on a distinguished road
Default

Ah, I forgot about that! Sorry!

PHP Code:
$aid $stmt->fetchColumn();
$adopt = new OwnedAdoptable($aid);
                
$cell = new ArrayList;
                
$cell->add(new Comment("<a href='/myadopts/manage/{$aid}'><img src='{$adopt->getImage()}'></a>"));
                
$cell->add(new Comment("<b>Name:</b>{$adopt->getName()}"));
                
$cell->add(new Comment("<b>Gender:</b>{$adopt->getGender()}"));
                
$cell->add(new Comment("<b>Clicks:</b>{$adopt->getTotalClicks()}")); 
__________________


asp.net stole my soul.
Reply With Quote