예제 #1
0
파일: Xml.php 프로젝트: panchao1/cronsystem
 public static function instance()
 {
     if (self::$_instance === NULL) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }