Re: [PHP] Auto Class loading

2004-11-17 Thread Jordi Canals
On Wed, 17 Nov 2004 19:17:13 -0200, Bruno B B Magalhães <[EMAIL PROTECTED]> wrote: > Continuing the classes questions... > > I have a class loader called 'load_core_class($class=''), but if $class > equals to all I would like to load all classes in the core directory, > include then AND start the

Re: [PHP] Auto Class loading

2004-11-17 Thread Marek Kilimajer
Bruno B B MagalhÃes wrote: Continuing the classes questions... I have a class loader called 'load_core_class($class=''), but if $class equals to all I would like to load all classes in the core directory, include then AND start then this way: $this->$loadedclassname = new $loadedclassname; Is it