Jump to content

Is there a way to get the name of all classes created in a php script ?


jd2007

Recommended Posts

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.