Beispiel #1
0
 public static function downloadDataSanple()
 {
     if (!class_exists('jvImport')) {
         self::import(self::path('theme') . 'library/import/import.php');
     }
     jvImport::sampleData();
 }