Example #1
0
 public static function getConfNative($name, $zk = null)
 {
     if ($zk == null) {
         $zk = self::getZk();
     }
     if ($zk == null) {
         return null;
     }
     QConfig::setFastGetHost($zk);
     return QConfig::Get($name);
 }