Re: [PHP-DEV] RE : Re: __autoloading and functions

2006-10-02 Thread Richard Lynch
On Mon, October 2, 2006 9:15 am, LAUPRETRE François (P) wrote: > Terje Slettebø wrote : > I don't know if it is a great idea because you are the only one to be > interested. Please feel > free to download and use it ... > May I say that, on this subject and others, I am quite disappointed by > th

Re: [PHP-DEV] RE : Re: __autoloading and functions

2006-10-02 Thread Stut
LAUPRETRE François (P) wrote: May I say that, on this subject and others, I am quite disappointed by the attitude of people on this mailing list. I tried to get some reactions about two projects I had been working on during several months (the Autoload handler and the PHK manager) and the few on

[PHP-DEV] RE : Re: __autoloading and functions

2006-10-02 Thread P
Terje Slettebø wrote : > I think this sounds like a great idea. :) We do something similar with our > class loader, in > that it scans a lib-directory and its subfolders, building a map of class > name to filename > (it doesn't open the files - it only builds the map based on file naming > con

[PHP-DEV] Re: Re: __autoloading and functions

2006-09-13 Thread Terje Slettebø
Hi François. I think this sounds like a great idea. :) We do something similar with our class loader, in that it scans a lib-directory and its subfolders, building a map of class name to filename (it doesn't open the files - it only builds the map based on file naming convention, allowing it to in

[PHP-DEV] Re: Re: __autoloading and functions

2006-09-12 Thread P
Yes, the trivial answer is to name each file after the symbol it contains, but it limits to one symbol per file (and I was talking about autoloading constants ! :-). Once again, if we don't propose a smarter autoload manager, extending the autoload feature to functions is not very interesting b