Welcome Guest, Not a member yet? Register   Sign In
Why 2 successive $data = $this->model->func(); statements overlap?
#2

[eluser]xwero[/eluser]
You are overwriting one array with the other. You have to do
Code:
$data = array_merge($this->bangungot_model->get_paths(),$this->bangungot_model->get_fields());


Messages In This Thread
Why 2 successive $data = $this->model->func(); statements overlap? - by El Forum - 05-23-2008, 02:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB