Welcome Guest, Not a member yet? Register   Sign In
passing an array retrieved from model function1 to model function2
#1

[eluser]amipaxs[/eluser]
Hello friends,

I'll briefly try to explain what I need using an example,

Controller

Code:
$data['retrieved_elements'] = $this->MWorkOrder->select_all_rows_active($this->input->post('id_WO'));

  $this->MWOrkOrder->process2($data)

Is that right?, i need to pass all the retrieved array to a second function in the model , but how do I extract the array inside an array.?


thanks


Messages In This Thread
passing an array retrieved from model function1 to model function2 - by El Forum - 10-25-2012, 10:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB