SDb::useConfig PHP Method

useConfig() public method

Deprecation: use setConfig
public useConfig ( $zone, $type = "main" )
    public function useConfig($zone, $type = "main")
    {
        return self::setConfig($zone, $type);
    }