2009/10/28 David Otton <phpmail@xxxxxxxxxxxxxxxxxxxxxxx>: > 2009/10/28 Raymond Irving <xwisdom@xxxxxxxxx>: > >> I'm try to do something like what Martin Scotta did but I'm looking for a >> solution that did not require me to loop through get_declared classes() to >> find a sub class. > > Place all your child classes in the same namespace, and use > ReflectionNamespace::getClasses(). Hah. Turns out that's on the @todo list... wait for PHP 5.4 maybe. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php