Beispiel #1
0
 private function makeDevPath()
 {
     if (!file_exists(Tg::devPath())) {
         mkdir(Tg::devPath());
     }
 }