Cardale Posted November 14, 2007 Share Posted November 14, 2007 I'm kinda behind or not up to date as to how far I can go with classes. Is it possible to unite say 4 classes under one main class? Say my Main class then a database class which needs to use the main class and the error class then the error class that needs to use the template class and the template class needs to use the language class and all still be using the main class? ....whoooo ran outta breat Link to comment https://forums.phpfreaks.com/topic/77264-solved-multiple-classes/ Share on other sites More sharing options...
trq Posted November 14, 2007 Share Posted November 14, 2007 Classes can contain a reference to as many objects as they need, they can however only inherit from one. Link to comment https://forums.phpfreaks.com/topic/77264-solved-multiple-classes/#findComment-391164 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.