Receiving data from controller"> Receiving data from controller">
public function method_name($single, $array) { echo $single; print_r($array); }
Beware with the order which pass from controller to model.