Re: dynamic class loaders

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, April 19, 2005 8:28 pm, php@xxxxxxxxxxxxxxxx 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 is
> what i am doing too slow for
> each request and think itshould happen in the internals ? Let me know if
> its an insane idea.

I don't quite see how:

<?php
  require "bloated_class.inc";
?>

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.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux