Re: [PHP] __autoload not work in cgi?
[email protected] (Sorin Badea)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
__autoload is kinda old. It allows you a single autoload callback and so on. You can google on this topic to find more details . Sorin! On 03/27/2013 04:40 PM, Radek Krejča wrote: > > spl_autoload_register is working. Thank you. > > So - __autoload isnt already supported? > > Radek > > Did you tried with spl_autoload_register ? > http://php.net/manual/en/function.spl-autoload-register.php > > Kind regards, >