Exemplo n.º 1
0
 /**
  * @return Model_Mapper_FlickrSearch 
  */
 public static function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }