예제 #1
0
파일: Log.php 프로젝트: rakeshraushan/dase
 public static function getInstance()
 {
     if (empty(self::$instance)) {
         self::$instance = new Dase_Log();
     }
     return self::$instance;
 }