View Single Post
  #10  
Old 06-25-2018, 03:09 AM
kingsofjuly kingsofjuly is offline
Member
 
Join Date: Jun 2018
Posts: 5
Gender: Female
Credits: 1,764
kingsofjuly is on a distinguished road
Default

Where do I insert this, please? I attempted to place it under line 38:

Quote:
public function manage(){
$this->setField("aid", new Integer($this->adopt->getAdoptID()));
$this->setField("name", new String($this->adopt->getName()));
$this->setField("image", $this->image);
}
but it keeps throwing me to a blank page, on both My Adopts and Manage the Pet page. I have altered the URLs to my own domain. Would love to implement this, as I've just added the stat adding script :) Thanks
Reply With Quote