Esempio n. 1
0
 public static function getInstance()
 {
     if (!self::$my_instance) {
         self::$my_instance = new ContentSiteDAO();
     }
     return self::$my_instance;
 }