jd2007 Posted November 7, 2007 Share Posted November 7, 2007 Is there a way to get the name of all classes created in a php script ? Quote Link to comment Share on other sites More sharing options...
jd2007 Posted November 7, 2007 Author Share Posted November 7, 2007 pls help Quote Link to comment Share on other sites More sharing options...
Daukan Posted November 7, 2007 Share Posted November 7, 2007 link Quote Link to comment Share on other sites More sharing options...
jd2007 Posted November 7, 2007 Author Share Posted November 7, 2007 thanks...i used it before i asked but did not realize it worked ! Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted November 7, 2007 Share Posted November 7, 2007 that will show which classes are defined - which if you are not using php5 and __autoload will return all the defined classes. This could be (99% of the time will be) different to the actual classes used! 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.