[dev] registry.php

Anil Madhavapeddy anil@recoil.org
Tue, 17 Jul 2001 11:57:06 +0100


mailling@bigfoot.com wrote:
>
> Is it possible to have somthing similar to:
> $this->applications['nic'] = array(
>      'fileroot' => dirname(__FILE__) . '/../nic',
>      'webroot' => $conf['horde']['paths']['root'].'/nic',
>      'name' => 'Network',
>      'allow_guests' => true,
>      'show' => true
> );
>
> I think it should be cleaner, and would help if we
> don't setup horde in a basic directory?

It should indeed be cleaner, and it is now ... as of ten minutes ago,
the $conf['paths'] variables don't exist ... every path related variable
should now be set up inside the registry itself.

Anil