sasori Posted August 4, 2008 Share Posted August 4, 2008 is it ok to place as many class as i want inside a single php class file? let's say i have a file named, test.class.php then inside that class there are class test1 { code here; } class test2 { code here; } and so on and so forth.. Link to comment https://forums.phpfreaks.com/topic/118036-solved-class-help-again/ Share on other sites More sharing options...
Third_Degree Posted August 4, 2008 Share Posted August 4, 2008 yes, and this should be in OOP help. Link to comment https://forums.phpfreaks.com/topic/118036-solved-class-help-again/#findComment-607232 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.