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 <phpmail@xxxxxxxxxxxxxxxxxxxxxxx> To: Raymond Irving <xwisdom@xxxxxxxxx> Cc: php-general@xxxxxxxxxxxxx Sent: Sun, October 25, 2009 8:44:40 AM Subject: Re: How to Get the Sub Classes of a Parent Class 2009/10/25 Raymond Irving <xwisdom@xxxxxxxxx>: > 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?