insert([ //variabel INPUT [ 'name' => 'Usia', 'tipe' => 'INPUT', 'satuan' => 'Bulan' ], [ 'name' => 'Berat Badan', 'tipe' => 'INPUT', 'satuan' => 'Kilogram (Kg)' ], [ 'name' => 'Tinggi Badan', 'tipe' => 'INPUT', 'satuan' => 'Centimeter (cm)' ], //variabel OUTPUT [ 'name' => 'BB/U', 'tipe' => 'OUTPUT', 'satuan' => '-' ], [ 'name' => 'TB/U', 'tipe' => 'OUTPUT', 'satuan' => '-' ], [ 'name' => 'BB/TB', 'tipe' => 'OUTPUT', 'satuan' => '-' ], ]); } }