Ejemplo n.º 1
0
 /**
  * Get Zoombi_Profiler instance
  * @return Zoombi_Profiler
  */
 public static function &getInstance()
 {
     if (self::$m_instance == null) {
         self::$m_instance = new Zoombi_Profiler();
     }
     return self::$m_instance;
 }