예제 #1
0
 function index()
 {
     $uuid = Hash::uuid();
     $this->load->library('barcode');
     $barcode = new Barcode();
     $barcode->Barcode39("{$communication_type}-{$employee_id}", $uuid);
 }