SDb::useConfig PHP 메소드

useConfig() 공개 메소드

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