Exemple #1
0
 /**
  * Get ZLoader instance
  * @return ZLoader
  */
 public static function &getInstance()
 {
     if (self::$m_instance == null) {
         self::$m_instance = new ZLoader();
     }
     return self::$m_instance;
 }