Ejemplo n.º 1
0
 /**
  */
 public static function getInstance()
 {
     if (self::$instance == null) {
         $c = __CLASS__;
         self::$instance = $c::factory();
     }
     return self::$instance;
 }