lilmer Posted February 16, 2013 Share Posted February 16, 2013 Can some explain more about static element and instance element. class room{ public static function aaa(){} public static function bbb(){} } $try= room::aaa($chick); $chano = $try->bbb($chick);[code] Link to comment https://forums.phpfreaks.com/topic/274552-php-static-element-and-instance-element/ Share on other sites More sharing options...
KevinM1 Posted February 16, 2013 Share Posted February 16, 2013 Your code doesn't make any sense. What are you trying to do? Do you have any real code to show? Link to comment https://forums.phpfreaks.com/topic/274552-php-static-element-and-instance-element/#findComment-1412735 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.