コード例 #1
0
ファイル: logs.class.php プロジェクト: abdouh/pets
 static function get_instance()
 {
     if (self::$instance == NULL) {
         self::$instance = new logs();
     }
     return self::$instance;
 }