View Single Post
  #4  
Old 01-18-2017, 01:38 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,579
IntoRain is on a distinguished road
Default

You can't put $mysidia-> in front of $own because $own was a variable created by you in that file.

But you can try this: $this->adopt->getOwner(Model::MODEL)->changecash(...);
Or
$owner = new Member($this->adopt->getOwner());
$owner->changecash(...);
__________________


asp.net stole my soul.
Reply With Quote