Ejemplo n.º 1
0
 public function save($jenis)
 {
     $atk = new Atk();
     $atk->jenis = $jenis;
     $atk->save();
 }