예제 #1
0
파일: Tg.php 프로젝트: twhiston/tg
 private function makeDevPath()
 {
     if (!file_exists(Tg::devPath())) {
         mkdir(Tg::devPath());
     }
 }