rtconner Posted March 15, 2007 Share Posted March 15, 2007 Hey is there any way to call parent::parent::method() parent::method() works fine, but now I need to call a method to the parent classes parent. Link to comment https://forums.phpfreaks.com/topic/42879-parent-of-parent-class/ Share on other sites More sharing options...
per1os Posted March 15, 2007 Share Posted March 15, 2007 It is possible with some manuvering, but is not recommened, any function inside a function inside a function will slow down php processing time significantly. Link to comment https://forums.phpfreaks.com/topic/42879-parent-of-parent-class/#findComment-208256 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.