I want to automatically initialize a specific sub class when the php page is loaded.
I'm looking for a solution for php 5.1+ or anything that's optimized for 5.3 ________________________________ From: David Otton <[email protected]> To: Raymond Irving <[email protected]> Cc: [email protected] Sent: Sun, October 25, 2009 8:44:40 AM Subject: Re: [PHP] How to Get the Sub Classes of a Parent Class 2009/10/25 Raymond Irving <[email protected]>: > Hello, > > Does any know of an optimized solution to get all the subclasses for a parent > class? That's not exactly a typical thing to want, although I can see a couple of ways to do it... what exactly are you trying to do, and are you using PHP5.3?

