|
From: alex b. <en...@tu...> - 2001-06-30 17:35:39
|
> Another one could be:
>
> Leave import for packages as is:
> import('binarycloud.core');
> import('binarycloud.core.Init);
> etc.
>
> add resource handler for true files:
>
> import('file:a_file_name');
why would one not then just use include_once?
i.e. we'd be replicating (unnecessarily, unless your suggestion would do
something different than when I have in mind) functionaliy that php already
takes care of.
_alex
|