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.. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.