Re: [PHP] dynamic class loaders

2005-04-19 Thread Petar Nedyalkov
On Wednesday 20 April 2005 06:28, [EMAIL PROTECTED] wrote: > Hi there i was wondering if there is such an extension available or > possbility to have a dynamicclass loader extension which would use the > request_uri as loading the class constructors ? I justthink building such a > thing in php whic

Re: [PHP] dynamic class loaders

2005-04-19 Thread Dan Rossi
On 20/04/2005, at 2:52 PM, Richard Lynch wrote: I don't quite see how: can be sped up much... The problem isn't in the require function, but in the Class source bloat... But maybe I'm just being stoopid. First thing first, I am sure you are not new to the list and so arent I but dont try and

Re: [PHP] dynamic class loaders

2005-04-19 Thread Richard Lynch
On Tue, April 19, 2005 8:28 pm, [EMAIL PROTECTED] said: > Hi there i was wondering if there is such an extension available or > possbility to have a dynamicclass loader extension which would use the > request_uri as loading the > class constructors ? I justthink building such a thing in php which i

[PHP] dynamic class loaders

2005-04-19 Thread php
Hi there i was wondering if there is such an extension available or possbility to have a dynamicclass loader extension which would use the request_uri as loading the class constructors ? I justthink building such a thing in php which is what i am doing too slow for each request and think itshould