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 ? Link to comment https://forums.phpfreaks.com/topic/76370-is-there-a-way-to-get-the-name-of-all-classes-created-in-a-php-script/ Share on other sites More sharing options...
jd2007 Posted November 7, 2007 Author Share Posted November 7, 2007 pls help Link to comment https://forums.phpfreaks.com/topic/76370-is-there-a-way-to-get-the-name-of-all-classes-created-in-a-php-script/#findComment-386660 Share on other sites More sharing options...
Daukan Posted November 7, 2007 Share Posted November 7, 2007 link Link to comment https://forums.phpfreaks.com/topic/76370-is-there-a-way-to-get-the-name-of-all-classes-created-in-a-php-script/#findComment-386663 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 ! Link to comment https://forums.phpfreaks.com/topic/76370-is-there-a-way-to-get-the-name-of-all-classes-created-in-a-php-script/#findComment-386669 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! Link to comment https://forums.phpfreaks.com/topic/76370-is-there-a-way-to-get-the-name-of-all-classes-created-in-a-php-script/#findComment-386680 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.