예제 #1
0
파일: jvLibrary.php 프로젝트: taeche/SoDoEx
 public static function downloadDataSanple()
 {
     if (!class_exists('jvImport')) {
         self::import(self::path('theme') . 'library/import/import.php');
     }
     jvImport::sampleData();
 }