예제 #1
0
파일: logs.class.php 프로젝트: abdouh/pets
 static function get_instance()
 {
     if (self::$instance == NULL) {
         self::$instance = new logs();
     }
     return self::$instance;
 }